docker_compose: Remove upper bound version limitations
This commit is contained in:
parent
09b6d2eaed
commit
ffb91cc697
@ -26,7 +26,9 @@ buildPythonApplication rec {
|
|||||||
stdenv.lib.optional (pythonOlder "3.2") functools32;
|
stdenv.lib.optional (pythonOlder "3.2") functools32;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i "s/'requests >= 2.6.1, < 2.8'/'requests'/" setup.py
|
# Remove upper bound on requires, see also
|
||||||
|
# https://github.com/docker/compose/issues/4431
|
||||||
|
sed -i "s/, < .*',$/',/" setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user