python.pkgs.setuptools: mark as python module
This commit is contained in:
parent
a334930490
commit
9630bd5232
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue