From: Marc Fiuczynski Date: Thu, 15 Oct 2009 00:18:12 +0000 (+0000) Subject: weaken Requires for postgresql-python, as it would not work on CentOS 5 with a 8... X-Git-Tag: PLCAPI-4.3-28~3 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=47a6683ca681601eabfe55edb40df45c68d9a5c6 weaken Requires for postgresql-python, as it would not work on CentOS 5 with a 8.2 RHEL postgresql installation --- diff --git a/PLCAPI.spec b/PLCAPI.spec index b5b9460..5492683 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -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