From 59526c47a3a65cb040c2f77ba8ad85c7bc33157e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Sun, 20 Dec 2009 11:06:00 +0000 Subject: [PATCH] require python-psycopg2 --- sfa.spec | 1 + 1 file changed, 1 insertion(+) 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 $?`) -- 2.47.0