1 { lib, buildPythonPackage, fetchPypi
6 buildPythonPackage rec {
7 pname = "azure-mgmt-databoxedge";
11 inherit pname version;
13 sha256 = "g8BtUpIGOse8Jrws48gQ/o7sgymlgX0XIxl1ThHS3XA=";
16 propagatedBuildInputs = [
21 # no tests in pypi tarball
24 pythonImportsCheck = [ "azure.mgmt.databoxedge" ];
27 description = "Microsoft Azure Databoxedge Management Client Library for Python";
28 homepage = "https://github.com/Azure/azure-sdk-for-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ jonringer ];