pythonPackages.eve: events>=0.3,<0.4 -> >=0.3,<0.5

This commit is contained in:
Matt Melling 2021-05-08 19:15:31 +01:00 committed by Jonathan Ringer
parent 2ceafcc27e
commit 7e1c185f7b

View file

@ -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