commit
f03273a90a
@ -20,7 +20,7 @@ buildPythonApplication rec {
|
|||||||
# https://github.com/blue-yonder/bonfire/pull/24
|
# https://github.com/blue-yonder/bonfire/pull/24
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
|
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
|
||||||
--replace "keyring>=9,<10" "keyring>=9,<11"
|
--replace "keyring>=9,<10" "keyring>=9,<=11"
|
||||||
# pip fails when encountering the git hash for the package version
|
# pip fails when encountering the git hash for the package version
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "version=version," "version='${version}',"
|
--replace "version=version," "version='${version}',"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user