From 71fb057021baa6c2bdb85e2276e511aad434f649 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 11 May 2022 08:41:53 +0200 Subject: [PATCH] python3Packages.azure-eventhub: add missing imput --- pkgs/development/python-modules/azure-eventhub/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/azure-eventhub/default.nix b/pkgs/development/python-modules/azure-eventhub/default.nix index 175b48dfcb1..feafb56323c 100644 --- a/pkgs/development/python-modules/azure-eventhub/default.nix +++ b/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