python3Packages.sphinxcontrib-spelling: remove superfluous pythonOlder
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
importlib-metadata,
|
||||
sphinx,
|
||||
pyenchant,
|
||||
setuptools,
|
||||
@@ -32,8 +30,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
sphinx
|
||||
pyenchant
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
|
||||
];
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user