python2.pkgs.httpretty: keep 0.9.7 for python 2

This commit is contained in:
Frederik Rietdijk
2020-06-11 10:00:26 +02:00
parent 3611cc77f9
commit 8263989d11
2 changed files with 56 additions and 1 deletions
+4 -1
View File
@@ -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 { };