python3Packages.pylint: remove superfluous pythonOlder
This commit is contained in:
@@ -44,8 +44,7 @@ buildPythonPackage rec {
|
||||
platformdirs
|
||||
tomlkit
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.11") [ tomli ]
|
||||
++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
|
||||
++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
gitpython
|
||||
|
||||
Reference in New Issue
Block a user