Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > f6cd2318defeb592682a9a6d89235892 > files > 1

python-cairo-1.2.6-1mdv2007.1.src.rpm

diff -urN pycairo-1.0.0.orig/configure.ac pycairo-1.0.0/configure.ac
--- pycairo-1.0.0.orig/configure.ac	2005-10-08 00:58:48.000000000 -0500
+++ pycairo-1.0.0/configure.ac	2005-10-08 01:06:27.000000000 -0500
@@ -66,8 +66,7 @@
 if test x"$with_pygtk" = xyes; then
   PKG_CHECK_MODULES(GTK,
     [gtk+-2.0 >= gtk_required_version
-    pygtk-2.0 >= pygtk_required_version
-    pygtk-2.0 < 2.7.0],
+    pygtk-2.0 >= pygtk_required_version],
     [], [with_pygtk=no])
   if test -n "$export_dynamic"; then
     GTK_LIBS=`echo $GTK_LIBS | sed -e "s/$export_dynamic//"`