python2Packages.setuptools: freeze at 44.0.0

This commit is contained in:
Jonathan Ringer
2020-03-01 21:29:28 -08:00
committed by Jon
parent 6181bfc353
commit c3c47544e0
2 changed files with 78 additions and 1 deletions
+4 -1
View File
@@ -121,7 +121,10 @@ in {
recursivePthLoader = callPackage ../development/python-modules/recursive-pth-loader { };
setuptools = callPackage ../development/python-modules/setuptools { };
setuptools = if isPy27 then
callPackage ../development/python-modules/setuptools/44.0.nix { }
else
callPackage ../development/python-modules/setuptools { };
vowpalwabbit = callPackage ../development/python-modules/vowpalwabbit { };