https://bugzilla.redhat.com/show_bug.cgi?id=2079251



--- Comment #7 from Lumír Balhar <[email protected]> ---
There is still the problem with packages' names - the resulting RPM should be
python3-psycopg3-3.0.11-1.fc37.noarch.rpm not
python-psycopg3-3.0.11-1.fc37.noarch.rpm. You have to fix the %files section
where you have the wrong name.

Also, I have found one problem with dependencies. You have `pkgconfig(libpq)`
as build and runtime requirement. `pkgconfig(libpq)` is provided by libpq-devel
package which contains header files useful for building compiled Python
extensions but you don't build anything like that. Also, switching from
`pkgconfig(libpq)` to just `libpq` lowers the number of dependencies because
libpq-devel depends for example on openssl1.1-devel. I've tested that and the
package builds and works fine with just libpq.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2079251
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to