python3Packages.azure-eventhub: add missing imput
This commit is contained in:
parent
0fd6a3a981
commit
71fb057021
@ -4,6 +4,7 @@
|
||||
, azure-core
|
||||
, uamqp
|
||||
, pythonOlder
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
azure-core
|
||||
uamqp
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# too complicated to set up
|
||||
|
Loading…
Reference in New Issue
Block a user