summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-rabbitair/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-rabbitair/default.nix')
-rw-r--r--pkgs/development/python-modules/python-rabbitair/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/python-rabbitair/default.nix b/pkgs/development/python-modules/python-rabbitair/default.nix
index 29738685812b..bc6702cae441 100644
--- a/pkgs/development/python-modules/python-rabbitair/default.nix
+++ b/pkgs/development/python-modules/python-rabbitair/default.nix
@@ -5,9 +5,7 @@
fetchFromGitHub,
pytest-asyncio,
pytestCheckHook,
- pythonOlder,
setuptools,
- typing-extensions,
zeroconf,
}:
@@ -28,8 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cryptography
zeroconf
- ]
- ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
+ ];
nativeCheckInputs = [
pytest-asyncio