python2.pkgs.configparser: keep at 4.0.2 for python 2
This commit is contained in:
@@ -2278,7 +2278,10 @@ in {
|
||||
colander = callPackage ../development/python-modules/colander { };
|
||||
|
||||
# Backported version of the ConfigParser library of Python 3.3
|
||||
configparser = callPackage ../development/python-modules/configparser { };
|
||||
configparser = if pythonOlder "3.6" then
|
||||
callPackage ../development/python-modules/configparser/4.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/configparser { };
|
||||
|
||||
ColanderAlchemy = callPackage ../development/python-modules/colanderalchemy { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user