From: Thierry Parmentelat Date: Sun, 22 Feb 2009 23:26:24 +0000 (+0000) Subject: review dependencies globally : fewer are attached to myplc directly, and more are... X-Git-Tag: PLCAPI-4.3-4~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=37401082aadf8a8e53f48eead8987199c0f1000a;p=plcapi.git review dependencies globally : fewer are attached to myplc directly, and more are attached to the other PL subcomponents --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 3899edd6..36ea4dad 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -28,6 +28,13 @@ Obsoletes: plcapilib # We use set everywhere Requires: python >= 2.4 +Requires: postgresql postgresql-server postgresql-python +Requires: python-psycopg2 +Requires: python-pycurl +Requires: httpd +Requires: mod_python +Requires: mod_ssl +Requires: SOAPpy # We use psycopg2 BuildRequires: postgresql-devel