From 47a6683ca681601eabfe55edb40df45c68d9a5c6 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 15 Oct 2009 00:18:12 +0000 Subject: [PATCH] weaken Requires for postgresql-python, as it would not work on CentOS 5 with a 8.2 RHEL postgresql installation --- PLCAPI.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0