python3Packages.pythonfinder: remove superfluous pythonOlder
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
cached-property,
|
||||
click,
|
||||
fetchFromGitHub,
|
||||
packaging,
|
||||
pytest-cov-stub,
|
||||
pytest-timeout,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -26,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [ packaging ] ++ lib.optionals (pythonOlder "3.8") [ cached-property ];
|
||||
propagatedBuildInputs = [ packaging ];
|
||||
|
||||
optional-dependencies = {
|
||||
cli = [ click ];
|
||||
|
||||
Reference in New Issue
Block a user