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
, six
, packaging
, backports_functools_lru_cache
, pathlib2
, pytest-cov
, pytest-timeout
}:
@ -32,9 +30,7 @@ buildPythonPackage rec {
click
six
packaging
]
++ lib.optionals (pythonOlder "3.5") [ pathlib2 ]
++ lib.optionals (pythonOlder "3") [ backports_functools_lru_cache ];
];
checkInputs = [
pytestCheckHook