pythonPackages.pip: set priority, fixes collision #19327
This commit is contained in:
parent
7e5a393e8c
commit
edebd5150e
@ -18090,8 +18090,14 @@ in modules // {
|
|||||||
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
||||||
# Pip wants pytest, but tests are not distributed
|
# Pip wants pytest, but tests are not distributed
|
||||||
doCheck = false;
|
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 {
|
pika = buildPythonPackage rec {
|
||||||
name = "pika-${version}";
|
name = "pika-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user