Description: loosen WebOb dependency
 Let TurboGears2 depend on newer versions of WebOb, not just on a specific
 version.
 .
Author: Laszlo Boszormenyi (GCS) <gcs@debian.hu>

---
Forwarded: <no>
Last-Update: <2012-02-26>

--- turbogears2-2.1.4.orig/setup.py
+++ turbogears2-2.1.4/setup.py
@@ -49,7 +49,7 @@ setup(
     include_package_data=True,
     zip_safe=False,
     install_requires=[
-        'WebOb == 1.0.8',
+        'WebOb >= 1.0.8',
         'Pylons >= 0.9.7',
         'WebFlash >= 0.1a8',
         'WebError >= 0.10.1',
--- turbogears2-2.1.4.orig/TurboGears2.egg-info/requires.txt
+++ turbogears2-2.1.4/TurboGears2.egg-info/requires.txt
@@ -1,4 +1,4 @@
-WebOb == 1.0.8
+WebOb >= 1.0.8
 Pylons >= 0.9.7
 WebFlash >= 0.1a8
 WebError >= 0.10.1
