Skip to content

Commit

Permalink
Revert "pythonPackages.setuptools: make compatible with hasPythonModule"
Browse files Browse the repository at this point in the history
The packages with this change can not be evaluated with `nix-env --drv-path` or
`hydra-eval-jobs`: 859dc02

This reverts commit 859dc02.
  • Loading branch information
orivej committed Dec 8, 2017
1 parent a22d224 commit 19b82ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/python-modules/setuptools/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 19b82ec

Please sign in to comment.