Skip to content

Commit

Permalink
python3Packages.pika-pool: fix build
Browse files Browse the repository at this point in the history
Loosen version constraint to allow current `pika` as well (currently
0.12). See also https://hydra.nixos.org/build/86116480
  • Loading branch information
Ma27 authored and worldofpeace committed Jan 10, 2019
1 parent 338a5c3 commit fc24e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/pika-pool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ buildPythonPackage rec {
sha256 = "f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397";
};

postPatch = ''
substituteInPlace setup.py --replace "pika >=0.9,<0.11" "pika"
'';

# Tests require database connections
doCheck = false;

Expand Down

0 comments on commit fc24e42

Please sign in to comment.