10 buildPythonPackage rec {
11 pname = "azure-mgmt-msi";
14 disabled = pythonOlder "3.6";
16 format = "setuptools";
19 inherit pname version;
21 hash = "sha256-ctRsmmJ4PsTqthm+nRt4/+u9qhZNQG/TA/FjA/NyVrI=";
24 propagatedBuildInputs = [
30 pythonNamespaces = [ "azure.mgmt" ];
35 pythonImportsCheck = [ "azure.mgmt.msi" ];
38 description = "This is the Microsoft Azure MSI Management Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-msi";
40 license = licenses.mit;
41 maintainers = with maintainers; [ maxwilson ];