Version: 2.7.7-1
This commit is contained in:
Pavel Raiskup 2019-02-05 10:05:43 +01:00
parent d323f5a8c3
commit f689205c2f

View File

@ -21,7 +21,8 @@ programming language. At its core it fully implements the Python DB \
API 2.0 specifications. Several extensions allow access to many of the \
features offered by PostgreSQL.
%global python_runtimes %{?with_python2:python2 %{?with_debugrpms:python2-debug}} \\\
%global python_runtimes \\\
%{?with_python2:python2 %{?with_debugrpms:python2-debug}} \\\
%{?with_python3:python3 %{?with_debugrpms:python3-debug}}
%{!?with_python2:%{!?with_python3:%{error:one python version needed}}}