From 03c9c0ab2fb2a54e290b49aa6644e5e4569db6cb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 10 Nov 2020 10:30:49 +0100 Subject: [PATCH] fix specfile - inline comments are not welcome --- sfa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa.spec b/sfa.spec index b760767d..ac9da563 100644 --- a/sfa.spec +++ b/sfa.spec @@ -33,7 +33,7 @@ Requires: util-linux-ng Requires: postgresql >= 8.2, postgresql-server >= 8.2 # these are no longer supported in f33, use pip2 instead %if "%{distro}" == "Fedora" && "%{distrorelease}" <= "31" -Requires: postgresql-python # is actually an alias for python2-pygresql +Requires: python2-pygresql %endif Requires: python2-psycopg2 Requires: python2-sqlalchemy -- 2.47.0