File mwlib-clean-up-dependencies.patch of Package python-mwlib
Index: setup.py
===================================================================
--- setup.py.orig
+++ setup.py
@@ -42,9 +42,9 @@ def main():
build_deps() # this is a git clone
install_requires = [
- "pyparsing>=1.4.11,<1.6", "timelib>=0.2", "bottle>=0.10",
+ "pyparsing>=1.4.11,<2.1", "python-dateutil", "bottle>=0.10",
"pyPdf>=1.12", "apipkg>=1.2", "qserve>=0.2.7", "lxml",
- "py>=1.4", "sqlite3dbm", "simplejson>=2.3", "roman", "gevent",
+ "py>=1.4", "sqlite3dbm", "simplejson>=2.3", "gevent",
"odfpy>=0.9, <0.10", "Pillow", "setuptools"]
ext_modules = []