python3Packages.azure-servicebus: 0.50.3 -> 7.0.0

This commit is contained in:
Jonathan Ringer
2020-11-28 08:45:50 -08:00
committed by Jonathan Ringer
parent 98c4cec2a1
commit 7bc1c8ed3e
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
}:
@@ -22,6 +23,7 @@ buildPythonPackage rec {
msrest
msrestazure
azure-common
azure-mgmt-core
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
];