Merge pull request #34542 from womfoo/fix/bonfire-deps

bonfire: bump arrow dependency (fixes build)
This commit is contained in:
Frederik Rietdijk 2018-02-03 08:30:54 +00:00 committed by GitHub
commit 14480a9288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ 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.11" \
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
--replace "keyring>=9,<10" "keyring>=9,<11"
# pip fails when encountering the git hash for the package version
substituteInPlace setup.py \