X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=6505eaf55447a9aa4bbde7020badd8c2160f51ff;hb=1a4812982ba0979c9cb2ce0b0e6275b910befb4b;hp=1fad71d4f3f3906f05ce8a26efcfb18e1088c639;hpb=7c4cd30f8b471b3646ac697fa95b630cae7988fb;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 1fad71d4..6505eaf5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -31,6 +31,10 @@ Requires: python-ZSI Requires: python-lxml Requires: python-setuptools Requires: python-dateutil +# for the registry +Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql-python +Requires: python-psycopg2 # 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,