repository: https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-7-x86_64/

Previous builds of the PyGreSQL had an rpm requires list that included only

libpq.so.5()(64bit)

The latest build contains a requires list of

libpq.so.5()(64bit)
libpq5

The inclusion of the libpq5 requirement forces the install of the pgdg-common package libpq5 which conflicts with the Redhat 7 package postgresql-libs

What it intentional to start requiring the package libpq5 or could the PyGreSQL package be set back to nly require the libpq.so.5()(64bit) which is satisfied by the Redhat 7 package postgresql-libs?

Thanks for your time.

--
Evan

_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to