python3Packages.azure-mgmt-synapse: add missing dep, azure-mgmt-core
This commit is contained in:
committed by
Jonathan Ringer
parent
b4d83909f8
commit
7e5d77ff54
@@ -1,5 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
||||||
, azure-common
|
, azure-common
|
||||||
|
, azure-mgmt-core
|
||||||
, msrest
|
, msrest
|
||||||
, msrestazure
|
, msrestazure
|
||||||
}:
|
}:
|
||||||
@@ -17,6 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
azure-common
|
azure-common
|
||||||
|
azure-mgmt-core
|
||||||
msrest
|
msrest
|
||||||
msrestazure
|
msrestazure
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user