summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-08-27 22:53:47 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:00:35 +0200
commitcce484c6c478c720d519c0d6804c57062128bacd (patch)
tree7820bd7b301e4be3e0588ad6d8a5554c3cfb3bba /pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices
parent7d130e3fbd2a0eb24d7e5bceb16428cf2283e38d (diff)
downloadnixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar.gz
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar.bz2
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar.lz
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar.xz
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.tar.zst
nixpkgs-cce484c6c478c720d519c0d6804c57062128bacd.zip
python3Packages.azure-mgmt-iothubprovisioningservices: fix build
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix b/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix
index f8a48243571..fe1d5096cd3 100644
--- a/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix
@@ -6,6 +6,7 @@
 , msrest
 , msrestazure
 , azure-common
+, azure-mgmt-core
 , azure-mgmt-nspkg
 }:
 
@@ -23,6 +24,7 @@ buildPythonPackage rec {
     msrest
     msrestazure
     azure-common
+    azure-mgmt-core
     azure-mgmt-nspkg
   ];