pythonPackages.eve: events>=0.3,<0.4 -> >=0.3,<0.5
This commit is contained in:
parent
2ceafcc27e
commit
7e1c185f7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user