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 859dc02fa3.
This commit is contained in:
Orivej Desh 2017-12-08 14:21:20 +00:00
parent a22d224434
commit 19b82ec144

View File

@ -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;