pythonPackages.setuptools: specify priority

Both python3 and setuptools come with easy-install. For some magic
reason this hasn't caused any collisions yet, but it does with #17428.
We hereby prioritize the version that comes with setuptools.
This commit is contained in:
Frederik Rietdijk 2016-08-02 12:17:37 +02:00
parent 2c7b5ac8a9
commit 8fad3e81b0

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
homepage = http://pypi.python.org/pypi/setuptools;
license = with lib.licenses; [ psfl zpt20 ];
platforms = platforms.all;
priority = 10;
};
}