Python 3.13 is the default version in Debian Trixie so we can use more efficient package provided by the distribution. Note that this also limits installation of PCRE(3) in doc target because it is required by whereto, which is only called in the doc target. We need this change because PCRE3 is no longer available in Debian Trixie[1]. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/KVXZIET5ZK3C6I7S45O4WWYPGBVFDIWC/ Change-Id: I9d7a48055a7ebb7729267ffda92a7dd61ef64e3d Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests; # see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
gettext [!platform:suse]
|
|
gettext-runtime [platform:suse]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:redhat]
|
|
libffi48-devel [platform:suse]
|
|
virtual/libffi [platform:gentoo]
|
|
locales [platform:debian]
|
|
mariadb [platform:rpm]
|
|
mariadb-server [platform:redhat platform:debian]
|
|
mariadb-devel [platform:redhat]
|
|
libmariadb-dev-compat [platform:debian]
|
|
libmysqlclient-dev [platform:ubuntu]
|
|
libmysqlclient-devel [platform:suse]
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
postgresql-server-devel [platform:suse] # Provides pg_config
|
|
libpython3-dev [platform:dpkg]
|
|
python3-devel [platform:rpm]
|
|
qemu [platform:dpkg devstack build-image-dib]
|
|
qemu-utils [platform:dpkg devstack build-image-dib]
|
|
qemu-img [platform:redhat]
|
|
qemu-tools [platform:suse] # Provides qemu-img
|
|
libpq-dev [platform:dpkg]
|
|
libpcre3-dev [platform:dpkg doc]
|
|
pcre-devel [platform:redhat doc]
|