[python-pyramid] Update our setup.py __requires__ for WebOb & WebTest

Luke Macken lmacken at fedoraproject.org
Thu Aug 28 16:11:37 UTC 2014


commit 99c9a1de68382ce82a5087a56f88a0cab1072138
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Aug 28 10:10:53 2014 -0600

    Update our setup.py __requires__ for WebOb & WebTest

 python-pyramid.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index 05afe3e..faeee34 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -134,7 +134,7 @@ fun, more predictable, and more productive.
 %patch0 -p1 -b .mimetype
 
 # Force that a certain version of webob is imported and not the older one.
-awk 'NR==1{print "import __main__; __main__.__requires__ = __requires__ = [\"WebOb>=1.2.1\", \"PasteDeploy>=1.5.0\", \"WebTest==1.3.4\", \"zope.interface>=4.0.2\"]; import pkg_resources"}1' setup.py > setup.py.tmp
+awk 'NR==1{print "import __main__; __main__.__requires__ = __requires__ = [\"WebOb>=1.3.1\", \"PasteDeploy>=1.5.0\", \"WebTest>=1.3.1\", \"zope.interface>=4.0.2\"]; import pkg_resources"}1' setup.py > setup.py.tmp
 mv setup.py.tmp setup.py
 
 # Remove bundled egg info


More information about the scm-commits mailing list