weaken Requires for postgresql-python, as it would not work on CentOS 5 with a 8...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 15 Oct 2009 00:18:12 +0000 (00:18 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 15 Oct 2009 00:18:12 +0000 (00:18 +0000)
PLCAPI.spec

index b5b9460..5492683 100644 (file)
@@ -28,7 +28,8 @@ Obsoletes: plcapilib
 
 # We use set everywhere
 Requires: python >= 2.4
-Requires: postgresql >= 8.2, postgresql-server >= 8.2, postgresql-python >= 8.2
+Requires: postgresql >= 8.2, postgresql-server >= 8.2
+Requires: postgresql-python
 Requires: python-psycopg2
 Requires: python-pycurl
 Requires: httpd