From 90daf7e879cef0b98ceabf86c87784b4677fe538 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 27 Aug 2021 22:53:47 -0700 Subject: [PATCH] python3Packages.azure-mgmt-iothubprovisioningservices: fix build --- .../azure-mgmt-iothubprovisioningservices/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix b/pkgs/development/python-modules/azure-mgmt-iothubprovisioningservices/default.nix index f8a48243571b..fe1d5096cd34 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 ];