From 7df21808e4a7d6856861fa125dce64dd433b027e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 12 Sep 2012 15:54:28 -0400 Subject: [PATCH] cleanup --- PLCAPI.spec | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index 60c0f23..28c968a 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -4,7 +4,7 @@ %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} -Summary: PlanetLab Central API +Summary: PlanetLab Nova Central API Name: %{name} Version: %{version} Release: %{release} @@ -22,12 +22,9 @@ Obsoletes: plcapilib # We use set everywhere Requires: python >= 2.4 -Requires: postgresql >= 8.2, postgresql-server >= 8.2 -Requires: postgresql-python -Requires: python-psycopg2 Requires: python-pycurl Requires: httpd -Requires: mod_python +Requires: python-gevent # mod_wsgi will replace mod_python when we are ready Requires: mod_wsgi Requires: mod_ssl @@ -47,12 +44,6 @@ Requires: memcached Requires: Django ### avoid having yum complain about updates, as stuff is moving around # plc.d/api -Conflicts: MyPLC <= 4.3 - -# We use psycopg2 -# -# but we don't need to rebuild it as we depend on distro's packages - baris -# BuildRequires: postgresql-devel # Standard xmlrpc.so that ships with PHP does not marshal NULL BuildRequires: php-devel PyXML python-simplejson -- 2.43.0