python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, pythonOlder, fetchFromGitHub, buildPythonPackage
|
||||
, six, enum34, pyasn1, cryptography, singledispatch ? null
|
||||
, six, enum34, pyasn1, cryptography
|
||||
, pytestCheckHook }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -18,7 +18,6 @@ buildPythonPackage rec {
|
||||
pyasn1
|
||||
cryptography
|
||||
] ++ lib.optionals (pythonOlder "3.4") [
|
||||
singledispatch
|
||||
enum34
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user