python3Packages.azure-mgmt-synapse: add missing dep, azure-mgmt-core
This commit is contained in:
parent
b4d83909f8
commit
7e5d77ff54
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user