pythonPackages.pip: set priority, fixes collision #19327

This commit is contained in:
Frederik Rietdijk 2016-10-07 23:12:46 +02:00
parent 7e5a393e8c
commit edebd5150e

View File

@ -18090,8 +18090,14 @@ in modules // {
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
# Pip wants pytest, but tests are not distributed
doCheck = false;
};
meta = {
description = "The PyPA recommended tool for installing Python packages";
license = licenses.mit;
homepage = https://pip.pypa.io/;
priority = 10;
};
};
pika = buildPythonPackage rec {
name = "pika-${version}";