python3Packages.graphql-relay: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:46:30 +01:00
parent 216e84884f
commit 91d4eba909
@@ -3,14 +3,11 @@
buildPythonPackage,
fetchPypi,
pythonOlder,
# build
poetry-core,
# runtime
graphql-core,
typing-extensions,
# tests
pytest-asyncio,
@@ -41,7 +38,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ graphql-core ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
propagatedBuildInputs = [ graphql-core ];
nativeCheckInputs = [
pytest-asyncio