Merge pull request #36628 from Ma27/fix-bonfire

bonfire: fix build
This commit is contained in:
Jörg Thalheim 2018-03-09 11:32:35 +00:00 committed by GitHub
commit f03273a90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildPythonApplication rec {
# 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 "keyring>=9,<10" "keyring>=9,<=11"
# pip fails when encountering the git hash for the package version
substituteInPlace setup.py \
--replace "version=version," "version='${version}',"