setuptoolsSite - only setuptools' site.py
This commit is contained in:
@@ -9,7 +9,7 @@ let pythonPackages = python.modules // rec {
|
||||
|
||||
buildPythonPackage = import ../development/python-modules/generic {
|
||||
inherit (pkgs) lib;
|
||||
inherit python wrapPython setuptools offlineDistutils;
|
||||
inherit python wrapPython setuptools setuptoolsSite offlineDistutils;
|
||||
};
|
||||
|
||||
|
||||
@@ -24,6 +24,11 @@ let pythonPackages = python.modules // rec {
|
||||
inherit python wrapPython;
|
||||
};
|
||||
|
||||
setuptoolsSite = import ../development/python-modules/setuptools/site.nix {
|
||||
inherit (pkgs) stdenv;
|
||||
inherit python setuptools;
|
||||
};
|
||||
|
||||
offlineDistutils = import ../development/python-modules/offline-distutils {
|
||||
inherit (pkgs) stdenv;
|
||||
inherit python;
|
||||
|
||||
Reference in New Issue
Block a user