python3Packages.graphql-relay: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user