mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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 ];
|
||||
# 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}";
|
||||
|
Loading…
Reference in New Issue
Block a user