python2.pkgs.pyhamcrest: keep 1.10.1 for python 2

This commit is contained in:
Frederik Rietdijk
2020-06-11 10:00:26 +02:00
parent c1faf4efd8
commit 81fc2ad582
2 changed files with 31 additions and 1 deletions
+4 -1
View File
@@ -7278,7 +7278,10 @@ in {
behave = callPackage ../development/python-modules/behave { };
pyhamcrest = callPackage ../development/python-modules/pyhamcrest { };
pyhamcrest = if isPy3k then
callPackage ../development/python-modules/pyhamcrest { }
else
callPackage ../development/python-modules/pyhamcrest/1.nix { };
pyhaversion = callPackage ../development/python-modules/pyhaversion { };