Make sure pgadmin4-server package pulls libpq5 instead of libpq.

pull/6045/head
Khushboo Vashi 2023-03-30 16:05:03 +05:30
parent da937e2618
commit 01ef5c664f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Summary: The core server package for pgAdmin.
License: PostgreSQL
URL: https://www.pgadmin.org/
Requires: ${PYTHON_BINARY}, postgresql-libs >= 11, krb5-libs
Requires: ${PYTHON_BINARY}, libpq5, krb5-libs
%description
The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.