bonfire: fix build
Loosen version constraints to not have an upper bound. The upper bounds would have to be updated again on the next keyring update, so they don't make sense.
This commit is contained in:
parent
fe2e07451f
commit
889cbd5c12
@ -19,8 +19,8 @@ buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
# 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" \
|
||||||
--replace "keyring>=9,<10" "keyring>=9,<=11"
|
--replace "keyring>=9,<10" "keyring>=9"
|
||||||
# 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