From 1cc50c86c8cb2a7bdc5695507daab00f3d184f44 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Nov 2011 16:14:09 +0100 Subject: [PATCH] moved requires: clauses from sfa-plc to sfa --- sfa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfa.spec b/sfa.spec index 4a4fe75b..0badec00 100644 --- a/sfa.spec +++ b/sfa.spec @@ -38,6 +38,8 @@ Requires: python-dateutil Requires: postgresql >= 8.2, postgresql-server >= 8.2 Requires: postgresql-python Requires: python-psycopg2 +Requires: pyOpenSSL >= 0.7 +Requires: myplc-config # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, @@ -57,8 +59,6 @@ Summary: the SFA layer around MyPLC Group: Applications/System Requires: sfa Requires: python-psycopg2 -Requires: myplc-config -Requires: pyOpenSSL >= 0.7 %package client Summary: the SFA experimenter-side CLI -- 2.47.0