From 889cbd5c12158f4b200ae11051c42673bd6b0a39 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Fri, 6 Apr 2018 13:06:04 +0200 Subject: 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. --- pkgs/tools/misc/bonfire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/misc/bonfire') diff --git a/pkgs/tools/misc/bonfire/default.nix b/pkgs/tools/misc/bonfire/default.nix index 0d6e93118d8..9355f3e5407 100644 --- a/pkgs/tools/misc/bonfire/default.nix +++ b/pkgs/tools/misc/bonfire/default.nix @@ -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}'," -- cgit 1.4.1