python3Packages.azure-eventhub: add missing imput
This commit is contained in:
parent
0fd6a3a981
commit
71fb057021
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, azure-core
|
, azure-core
|
||||||
, uamqp
|
, uamqp
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, typing-extensions
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
azure-core
|
azure-core
|
||||||
uamqp
|
uamqp
|
||||||
|
typing-extensions
|
||||||
];
|
];
|
||||||
|
|
||||||
# too complicated to set up
|
# too complicated to set up
|
||||||
|
|
Loading…
Reference in a new issue