mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 = ''
|
||||
# https://github.com/blue-yonder/bonfire/pull/24
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
|
||||
--replace "keyring>=9,<10" "keyring>=9,<=11"
|
||||
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4" \
|
||||
--replace "keyring>=9,<10" "keyring>=9"
|
||||
# pip fails when encountering the git hash for the package version
|
||||
substituteInPlace setup.py \
|
||||
--replace "version=version," "version='${version}',"
|
||||
|
Loading…
Reference in New Issue
Block a user