python3Packages.python-rabbitair: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:13 +01:00
parent 65ae69320d
commit 3e6e75eed0
@@ -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