python3Packages.azure-eventhub: add missing imput

main
Fabian Affolter 2 years ago committed by GitHub
parent 0fd6a3a981
commit 71fb057021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/azure-eventhub/default.nix

@ -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…
Cancel
Save