13 buildPythonPackage rec {
14 pname = "azure-mgmt-extendedlocation";
18 disabled = pythonOlder "3.9";
21 pname = "azure_mgmt_extendedlocation";
23 hash = "sha256-O1wdLwoh8V6bF29EAgbHAqH3f6S5ffHKQAH5kavPfNE=";
26 build-system = [ setuptools ];
35 # Tests are only available in mono repo
38 pythonImportsCheck = [ "azure.mgmt.extendedlocation" ];
41 description = "Microsoft Azure Extendedlocation Management Client Library for Python";
42 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/extendedlocation/azure-mgmt-extendedlocation";
43 changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-extendedlocation_${version}/sdk/extendedlocation/azure-mgmt-extendedlocation";
44 license = licenses.mit;