mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
commit
f03273a90a
1 changed files with 1 additions and 1 deletions
|
@ -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}',"
|
||||
|
|
Loading…
Reference in a new issue