Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c2b0f07a6af160ad1bc8a9d8bca9c9bd > files > 2

python-mwlib-0.11.2-7.20090522hg2956.fc14.src.rpm

diff -uNr mwlib-e4adff8732c4-orig/setup.py mwlib-e4adff8732c4/setup.py
--- mwlib-e4adff8732c4-orig/setup.py	2009-05-22 06:38:55.000000000 -0400
+++ mwlib-e4adff8732c4/setup.py	2010-02-28 10:22:22.000000000 -0500
@@ -64,7 +64,7 @@
     if os.path.exists(distutils.util.convert_path('Makefile')):
         build_deps()   # this is a hg checkout.
 
-    install_requires=["pyparsing>=1.4.11", "odfpy==0.9", "flup>=1.0", "python-dateutil>=1.4.1", "twisted>=8.2"]
+    install_requires=["pyparsing>=1.4.11", "odfpy==0.9", "flup>=1.0", "python-dateutil>=1.4.1", "twisted-core>=8.2"]
     if sys.version_info[:2] < (2,5):
         install_requires.append("wsgiref>=0.1.2")
         install_requires.append("elementtree>=1.2.6")