12 buildPythonPackage rec {
13 pname = "azure-mgmt-iothubprovisioningservices";
15 format = "setuptools";
18 inherit pname version;
20 hash = "sha256-04OoJuff93L62G6IozpmHpEaUbHHHD6nKlkMHVoJvJ4=";
23 propagatedBuildInputs = [
31 pythonNamespaces = [ "azure.mgmt" ];
37 description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [