python3Packages.azure-eventhub: add missing imput

This commit is contained in:
Fabian Affolter 2022-05-11 08:41:53 +02:00 committed by GitHub
parent 0fd6a3a981
commit 71fb057021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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