rpms/TurboGears/devel TurboGears-1.0.4.3-setuptools.patch,NONE,1.1

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Feb 1 16:56:22 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30665

Added Files:
	TurboGears-1.0.4.3-setuptools.patch 
Log Message:
Adding the patch usually helps

TurboGears-1.0.4.3-setuptools.patch:

--- NEW FILE TurboGears-1.0.4.3-setuptools.patch ---
--- setup.py.orig	2008-01-23 10:50:49.000000000 -0500
+++ setup.py	2008-01-23 10:51:26.000000000 -0500
@@ -14,9 +14,7 @@
 # setup params
 install_requires = [
     "CherryPy >= 2.3.0,<3.0.0alpha",
-    "ConfigObj >= 4.3.2",
     "DecoratorTools >= 1.4",
-    "FormEncode >= 0.7.1",
     "PasteScript >= 0.9.7,<1.6",
     "RuleDispatch >= 0.5a0.dev-r2303",
     "setuptools >= 0.6c2",
@@ -57,10 +55,6 @@
 
 # python 2.5 compatible list
 if sys.version_info < (2, 5):
-    install_requires.extend([
-        "elementtree >= 1.2.6",
-        "cElementTree >= 1.0.5",
-        ])
     tgtesttools.extend([
         "pysqlite"
         ])




More information about the fedora-extras-commits mailing list