pythonPackages.pip2nix: broken
pkg_resources.VersionConflict: (pip 9.0.1 (/nix/store/5drfa1s8mh5f1y9slq82zlv65iblb942-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages), Requirement.parse('pip<9,>=8'))
This commit is contained in:
parent
810e02e945
commit
007fa632c0
@ -23691,6 +23691,8 @@ in {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ click configobj contexter jinja2 pytest ];
|
||||
|
||||
meta.broken = true;
|
||||
};
|
||||
|
||||
pychef = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user