pythonPackages.eve: fix dependency bounds
This commit is contained in:
parent
a5f7791bcf
commit
3f2af8219b
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
|||||||
werkzeug
|
werkzeug
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "werkzeug==0.15.4" "werkzeug"
|
||||||
|
'';
|
||||||
|
|
||||||
# tests call a running mongodb instance
|
# tests call a running mongodb instance
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user