python: remove isPy33, isPy34
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, callPackage
|
||||
, isPy27, isPy34, pythonOlder
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, cleo
|
||||
, requests
|
||||
, cachy
|
||||
@@ -66,8 +67,7 @@ in buildPythonPackage rec {
|
||||
pexpect
|
||||
keyring
|
||||
lockfile
|
||||
] ++ lib.optionals (isPy27 || isPy34) [ typing pathlib2 glob2 ]
|
||||
++ lib.optionals isPy27 [ virtualenv functools32 subprocess32 ]
|
||||
] ++ lib.optionals isPy27 [ typing pathlib2 glob2 virtualenv functools32 subprocess32 ]
|
||||
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user