12 buildPythonPackage rec {
13 pname = "azure-mgmt-databoxedge";
17 disabled = pythonOlder "3.9";
20 inherit pname version;
22 hash = "sha256-BAkAYrwejwDC9FMVo7zrD7OzR57BR01xuINC4TSZsIc=";
25 build-system = [ setuptools ];
33 # no tests in pypi tarball
36 pythonImportsCheck = [ "azure.mgmt.databoxedge" ];
39 description = "Microsoft Azure Databoxedge Management Client Library for Python";
40 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/databox/azure-mgmt-databox";
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_${version}/sdk/databox/azure-mgmt-databox/CHANGELOG.md";
42 license = licenses.mit;