11 buildPythonPackage rec {
12 pname = "azure-mgmt-notificationhubs";
16 inherit pname version;
18 sha256 = "92ffed71a2999ff5db41afd66c6ba5cfef9d467f732c7bb45b7c41db371c6e4a";
21 propagatedBuildInputs = [
33 description = "This is the Microsoft Azure Notification Hubs Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];