From 98e6662dc67122cbaecb761ef1fd069cffbe3fac Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 29 May 2023 18:25:09 +0200 Subject: [PATCH] - updated python dependencies; dropped obsolete todo (python2 is no longer supported) --- postgresql.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index 4d399c9..f69bb7e 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -1,5 +1,4 @@ # TODO: -# - python 3 and python 2 subpackages? # - subpackage *_plperl and *_plpython contribs? # - think about pg_upgrade integration (sysconfig variable to allow upgrade from 8.3+ without dump/restore?) # create postgresqlM.N packages with parts of old pgsql required by pg_upgrade @@ -84,9 +83,9 @@ BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel %endif %if %{with python} -BuildRequires: python3 >= 1:2.4 -BuildRequires: python3-devel >= 1:2.4 -BuildRequires: python3-modules >= 1:2.4 +BuildRequires: python3 >= 1:3.2 +BuildRequires: python3-devel >= 1:3.2 +BuildRequires: python3-modules >= 1:3.2 %endif BuildRequires: readline-devel >= 4.2 BuildRequires: rpmbuild(macros) >= 1.671 @@ -622,7 +621,6 @@ Summary: PL/Python - PostgreSQL procedural language Summary(pl.UTF-8): PL/Python - język proceduralny bazy danych PostgreSQL Group: Applications/Databases Requires: %{name} = %{version}-%{release} -%pyrequires_eq python %description module-plpython From PostgreSQL documentation: -- 2.44.0