pythonPackages.setuptools: make compatible with hasPythonModule

This commit is contained in:
Asko Soukka 2017-12-08 04:31:52 +02:00 committed by Frederik Rietdijk
parent 8bdd81b499
commit 859dc02fa3

View File

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
pname = "setuptools";
version = "38.2.3";
name = "${python.libPrefix}-${pname}-${version}";
pythonModule = python;
src = fetchPypi {
inherit pname version;