From dd3a64a8a23567887fa8fde06ef8a5c16c08bfd1 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 2 Feb 2007 04:40:46 +0000 Subject: [PATCH] - remove rpm dependencies on postgresql-server and SOAPpy, so that we can install this as a client package on nodes --- PLCAPI.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index 92bfef4..7d64662 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -26,7 +26,9 @@ Provides: php-xmlrpc # documentation generation for now. # BuildRequires: docbook-dtds, docbook-utils-pdf -Requires: postgresql-server, SOAPpy +# Necessary to run the API server, but not plcsh as a client. The only +# supported method of running the server is via MyPLC anyway. +# Requires: postgresql-server, SOAPpy %description The PLCAPI package provides an XML-RPC and SOAP API for accessing the -- 2.43.0