From: Barış Metin Date: Sun, 20 Dec 2009 11:06:00 +0000 (+0000) Subject: require python-psycopg2 X-Git-Tag: sfa-0.9-7~97 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=59526c47a3a65cb040c2f77ba8ad85c7bc33157e;p=sfa.git require python-psycopg2 --- diff --git a/sfa.spec b/sfa.spec index 7fc7c77d..130671dc 100644 --- a/sfa.spec +++ b/sfa.spec @@ -34,6 +34,7 @@ Requires: pyOpenSSL >= 0.7 Requires: m2crypto Requires: libxslt-python Requires: python-ZSI +Requires: python-psycopg2 # 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 $?`)