The buildimages jobs use CentOS. A change somewhere introduced a new dependency on the devel package of PostgreSQL (namely libpq-fe.h). The issues was fixed by If4ecc6a80bed338a0117adee0e6d361c135d9123 for Debian-based distribution; this change fixes it also for RPM-based distributions, where postgresql-devel exists as a package or as alias. Change-Id: I6288c796a1e9a69be6722bf6f3c4ec0a86a6ae4f
31 lines
891 B
Plaintext
31 lines
891 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# updates of the localized release notes require msgmerge
|
|
gettext
|
|
|
|
# Define the basic (test) requirements extracted from bindata-fallback.txt
|
|
# - mysqladmin and psql
|
|
mariadb [platform:rpm]
|
|
mariadb-devel [platform:rpm]
|
|
mariadb-server [platform:rpm]
|
|
dev-db/mariadb [platform:gentoo]
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
libpq-dev [platform:dpkg]
|
|
postgresql-server [platform:rpm]
|
|
postgresql-devel [platform:rpm]
|
|
|
|
# The Python binding for libguestfs are used by the sahara-image-pack
|
|
# command.
|
|
python-guestfs [platform:dpkg]
|
|
libguestfs-xfs [platform:dpkg]
|
|
python-libguestfs [platform:rpm]
|
|
libguestfs-xfs [platform:redhat]
|
|
xfsprogs [platform:suse]
|