python3Packages.azure-mgmt-synapse: add missing dep, azure-mgmt-core

This commit is contained in:
Jonathan Ringer 2021-04-21 10:13:48 -07:00 committed by Jonathan Ringer
parent b4d83909f8
commit 7e5d77ff54

View File

@ -1,5 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder
, azure-common
, azure-mgmt-core
, msrest
, msrestazure
}:
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
azure-common
azure-mgmt-core
msrest
msrestazure
];