Revert "pythonPackages.setuptools: make compatible with hasPythonModule"
The packages with this change can not be evaluated with `nix-env --drv-path` or `hydra-eval-jobs`:859dc02fa3
This reverts commit859dc02fa3
.
This commit is contained in:
parent
a22d224434
commit
19b82ec144
@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
|
||||
pname = "setuptools";
|
||||
version = "38.2.3";
|
||||
name = "${python.libPrefix}-${pname}-${version}";
|
||||
pythonModule = python;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user