12 buildPythonPackage rec {
13 pname = "azure-mgmt-servicebus";
17 inherit pname version;
19 sha256 = "f6c64ed97d22d0c03c4ca5fc7594bd0f3d4147659c10110160009b93f541298e";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
35 description = "This is the Microsoft Azure Service Bus Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];