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 commit 859dc02fa3f42bca9b7770eb96f4fd8224cf1576.
This commit is contained in:
parent
a22d224434
commit
19b82ec144
@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "setuptools";
|
pname = "setuptools";
|
||||||
version = "38.2.3";
|
version = "38.2.3";
|
||||||
name = "${python.libPrefix}-${pname}-${version}";
|
name = "${python.libPrefix}-${pname}-${version}";
|
||||||
pythonModule = python;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user