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";
|
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…
Reference in New Issue
Block a user