python.pkgs.setuptools: mark as python module
This commit is contained in:
parent
a334930490
commit
9630bd5232
|
@ -127,7 +127,7 @@ in {
|
|||
|
||||
recursivePthLoader = callPackage ../development/python-modules/recursive-pth-loader { };
|
||||
|
||||
setuptools = callPackage ../development/python-modules/setuptools { };
|
||||
setuptools = toPythonModule (callPackage ../development/python-modules/setuptools { });
|
||||
|
||||
vowpalwabbit = callPackage ../development/python-modules/vowpalwabbit {
|
||||
pythonPackages = self;
|
||||
|
|
Loading…
Reference in New Issue