python2.pkgs.httpretty: keep 0.9.7 for python 2
This commit is contained in:
@@ -4135,7 +4135,10 @@ in {
|
||||
|
||||
hkdf = callPackage ../development/python-modules/hkdf { };
|
||||
|
||||
httpretty = callPackage ../development/python-modules/httpretty { };
|
||||
httpretty = if isPy3k then
|
||||
callPackage ../development/python-modules/httpretty { }
|
||||
else
|
||||
callPackage ../development/python-modules/httpretty/0.nix { };
|
||||
|
||||
iapws = callPackage ../development/python-modules/iapws { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user