From: Jakub Bogusz Date: Mon, 29 May 2023 16:25:09 +0000 (+0200) Subject: - updated python dependencies; dropped obsolete todo (python2 is no longer supported) X-Git-Tag: auto/th/postgresql-15.3-3~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=98e6662dc67122cbaecb761ef1fd069cffbe3fac;p=packages%2Fpostgresql.git - updated python dependencies; dropped obsolete todo (python2 is no longer supported) --- 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: