python3Packages.azure-mgmt-iothubprovisioningservices: fix build

This commit is contained in:
Jonathan Ringer 2021-08-27 22:53:47 -07:00 committed by Martin Weinelt
parent 4da257c026
commit 90daf7e879

View File

@ -6,6 +6,7 @@
, msrest , msrest
, msrestazure , msrestazure
, azure-common , azure-common
, azure-mgmt-core
, azure-mgmt-nspkg , azure-mgmt-nspkg
}: }:
@ -23,6 +24,7 @@ buildPythonPackage rec {
msrest msrest
msrestazure msrestazure
azure-common azure-common
azure-mgmt-core
azure-mgmt-nspkg azure-mgmt-nspkg
]; ];