about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-servicebus
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-28 08:45:50 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 00:11:24 -0800
commit7bc1c8ed3e48c11720ecb2688683513daaabf4c4 (patch)
tree23f506c0e595a0eb805c658aab84baa002916e42 /pkgs/development/python-modules/azure-mgmt-servicebus
parent98c4cec2a186a24fef84bcdfbc81e152a24b7340 (diff)
python3Packages.azure-servicebus: 0.50.3 -> 7.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-servicebus')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-servicebus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix b/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
index 8d49d8bb1f0f8..2deaf2b91dd70 100644
--- a/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
@@ -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
   ];