python3Packages.pluthon: remove superfluous pythonOlder
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
pythonOlder,
|
||||
# Python deps
|
||||
uplc,
|
||||
graphlib-backport,
|
||||
ordered-set,
|
||||
}:
|
||||
|
||||
@@ -27,8 +25,7 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
uplc
|
||||
ordered-set
|
||||
]
|
||||
++ lib.optional (pythonOlder "3.9") graphlib-backport;
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pluthon" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user