libpython3.6 requirement problem - Mailing list pgsql-pkg-yum

From Jesper St John
Subject libpython3.6 requirement problem
Date
Msg-id bc8633464a6ea8e63b5eb6ea44adddc6@zonezero.se
Whole thread Raw
Responses Re: libpython3.6 requirement problem  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-pkg-yum
Hi there,

for postgresql 14, there seems to be a dependency on libpython3.6 built 
into the -contrib package.

More specifically, these libs:
=== hstore_plpython3.so
         libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0 
(0x00007ff431a3a000)
=== jsonb_plpython3.so
         libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0 
(0x00007fa912989000)
=== ltree_plpython3.so
         libpython3.6m.so.1.0 => /usr/lib64/libpython3.6m.so.1.0 
(0x00007fad02ca1000)

The Makefile was changed from 13 -> 14 moving these lines as I 
understand. Not 100% sure that's what's causing my issue.
%if %plpython3
%{pgbaseinstdir}/lib/hstore_plpython3.so
%{pgbaseinstdir}/lib/jsonb_plpython3.so
%{pgbaseinstdir}/lib/ltree_plpython3.so
%endif

I can install the postgresql 13 contrib package just fine.
So I could remove them and/or rebuild contrib using a newer version of 
python, but I'd rather use packages from yum.postgresql.org.

Python 3.6 was deprecated on 2021-12-23 according to 
https://devguide.python.org/devcycle/#end-of-life-branches and perhaps 
it's time to build with newer python version(s)?

//Jesper



pgsql-pkg-yum by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Porstgresql bot install Mac M1
Next
From: Vishnu Bharathi P
Date:
Subject: Bad GPG signature error while trying to install on arm64