From: Thierry Parmentelat Date: Tue, 5 Jan 2010 15:15:39 +0000 (+0000) Subject: add requires: for myplc-config X-Git-Tag: sfa-0.9-7~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b139810bf2da3e6cfafad1073a1388f2f0cd5f4e;p=sfa.git add requires: for myplc-config --- diff --git a/sfa.spec b/sfa.spec index 4fbc373e..f0efa0aa 100644 --- a/sfa.spec +++ b/sfa.spec @@ -34,6 +34,7 @@ Requires: m2crypto Requires: libxslt-python Requires: python-ZSI Requires: python-psycopg2 +Requires: myplc-config # python 2.5 has uuid module added, for python 2.4 we still need it %define has_uuid %(`python -c "import uuid" 2> /dev/null; echo $?`)