rpms/TurboGears/F-9 TurboGears-1.0.7-cherrypyreq.patch, NONE, 1.1 TurboGears-1.0.4.4-cherrypyreq.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Thu Sep 18 01:41:33 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1247

Added Files:
	TurboGears-1.0.7-cherrypyreq.patch 
Removed Files:
	TurboGears-1.0.4.4-cherrypyreq.patch 
Log Message:
Add the patch this time

TurboGears-1.0.7-cherrypyreq.patch:

--- NEW FILE TurboGears-1.0.7-cherrypyreq.patch ---
--- turbogears/config.py.orig	2008-09-16 09:41:30.000000000 -0400
+++ turbogears/config.py	2008-09-16 09:41:51.000000000 -0400
@@ -1,8 +1,8 @@
 import os, glob, re
-
+import pkg_resources
+pkg_resources.require("CherryPy<3.0")
 from cherrypy import config
 from configobj import ConfigObj
-import pkg_resources
 import logging
 import logging.handlers
 


--- TurboGears-1.0.4.4-cherrypyreq.patch DELETED ---




More information about the fedora-extras-commits mailing list