about summary refs log tree commit diff
path: root/pkgs/development/python-modules/eve
diff options
context:
space:
mode:
authorMatt Melling <mattmelling@fastmail.com>2021-05-08 19:15:31 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 11:35:37 -0700
commit7e1c185f7b5b8be031ab54b505232cd6af08ff89 (patch)
treefc9624bed066ef60af629546752c73ce1f6033b6 /pkgs/development/python-modules/eve
parent2ceafcc27ea25cf0904d10af69ba4bef5845dcdb (diff)
pythonPackages.eve: events>=0.3,<0.4 -> >=0.3,<0.5
Diffstat (limited to 'pkgs/development/python-modules/eve')
-rw-r--r--pkgs/development/python-modules/eve/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/eve/default.nix b/pkgs/development/python-modules/eve/default.nix
index 32f531e4ff595..89db1ccad28dd 100644
--- a/pkgs/development/python-modules/eve/default.nix
+++ b/pkgs/development/python-modules/eve/default.nix
@@ -27,6 +27,11 @@ buildPythonPackage rec {
     setuptools
   ];
 
+  postPatch = ''
+    substituteInPlace setup.py \
+      --replace "events>=0.3,<0.4" "events>=0.3,<0.5"
+  '';
+
   pythonImportsCheck = [ "eve" ];
 
   # tests call a running mongodb instance