sahara/bindep.txt
Luigi Toscano 8a026b95bd Focal-related fixes: libguestfs, mysql 8, requirements
- use the the python3 guestfs bindings, not the old python2
  (not availbale anymore on the newer systems);
- fix the compatibility with mysql 8, which unfortunately
  removes the shortend for user creation + password setting;
- bump the values in lower-requirements.txt (also requirements.txt
  and test-requirements.txt when needed) so they they work with
  python 3.8 (inspired by other similar bumps).

Change-Id: Icaa3c008bbe179098244f7bb9d80790068430fe2
2020-09-22 18:10:10 +02:00

31 lines
893 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.
python3-guestfs [platform:dpkg]
libguestfs-xfs [platform:dpkg]
python3-libguestfs [platform:rpm]
libguestfs-xfs [platform:redhat]
xfsprogs [platform:suse]