Revert "python site.py that loads pth files anywhere on PYTHONPATH"
This reverts commit fac80449abd57c271dfb98d392e49e4135dfc50c. svn path=/nixpkgs/branches/stdenv-updates/; revision=32663
This commit is contained in:
@@ -19,12 +19,6 @@ let pythonPackages = python.modules // rec {
|
||||
};
|
||||
|
||||
|
||||
site = import ../development/python-modules/site {
|
||||
inherit (pkgs) stdenv;
|
||||
inherit python;
|
||||
};
|
||||
|
||||
|
||||
ipython = import ../shells/ipython {
|
||||
inherit (pkgs) stdenv fetchurl;
|
||||
inherit buildPythonPackage pythonPackages;
|
||||
|
||||
Reference in New Issue
Block a user