chore: remove unused dependencies from unsupported pythons

This commit is contained in:
Phillip Cloud 2022-01-17 10:01:58 -05:00 committed by Frederik Rietdijk
parent 11c1844e84
commit fceeb71be0

View File

@ -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