1 { lib, buildPythonPackage, fetchPypi
7 buildPythonPackage rec {
8 pname = "azure-mgmt-databoxedge";
12 inherit pname version;
14 sha256 = "04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087";
17 propagatedBuildInputs = [
23 # no tests in pypi tarball
26 pythonImportsCheck = [ "azure.mgmt.databoxedge" ];
29 description = "Microsoft Azure Databoxedge Management Client Library for Python";
30 homepage = "https://github.com/Azure/azure-sdk-for-python";
31 license = licenses.mit;
32 maintainers = with maintainers; [ jonringer ];