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:
@@ -6,7 +6,6 @@
|
||||
# Python deps
|
||||
, logutils
|
||||
, Mako
|
||||
, singledispatch ? null
|
||||
, six
|
||||
, webtest
|
||||
# Test Inputs
|
||||
@@ -40,7 +39,6 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
logutils
|
||||
Mako
|
||||
singledispatch
|
||||
six
|
||||
webtest
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user