11 buildPythonPackage rec {
12 pname = "azure-mgmt-iothubprovisioningservices";
16 inherit pname version;
18 sha256 = "sha256-04OoJuff93L62G6IozpmHpEaUbHHHD6nKlkMHVoJvJ4=";
21 propagatedBuildInputs = [
29 pythonNamespaces = [ "azure.mgmt" ];
35 description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jonringer maxwilson ];