chore: remove unused dependencies from unsupported pythons
This commit is contained in:
parent
11c1844e84
commit
fceeb71be0
@ -8,8 +8,6 @@
|
|||||||
, click
|
, click
|
||||||
, six
|
, six
|
||||||
, packaging
|
, packaging
|
||||||
, backports_functools_lru_cache
|
|
||||||
, pathlib2
|
|
||||||
, pytest-cov
|
, pytest-cov
|
||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
}:
|
}:
|
||||||
@ -32,9 +30,7 @@ buildPythonPackage rec {
|
|||||||
click
|
click
|
||||||
six
|
six
|
||||||
packaging
|
packaging
|
||||||
]
|
];
|
||||||
++ lib.optionals (pythonOlder "3.5") [ pathlib2 ]
|
|
||||||
++ lib.optionals (pythonOlder "3") [ backports_functools_lru_cache ];
|
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
Loading…
Reference in New Issue
Block a user