The python 3.10 tox job runs on ubuntu 22.04 in the A cycle ubuntu 22.04 will also become the default for other jobs. python-dev is nolonger packaged on ubuntu 22.04 so the tox job fails. This change sync the python deps to match those use in nova which already works across all tested distros. Change-Id: I7fa25fea03f0c9c645a1eb10b22f058ca548d2fb
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
# gettext and graphviz are needed by doc builds only. For transition,
|
|
# have them in both doc and test.
|
|
# TODO(jaegerandi): Remove test once infra scripts are updated.
|
|
gettext [doc test]
|
|
graphviz [doc test]
|
|
language-pack-en [platform:ubuntu]
|
|
libffi-dev [platform:dpkg test]
|
|
libffi-devel [platform:rpm test]
|
|
libmysqlclient-dev [platform:dpkg]
|
|
libpq-dev [platform:dpkg test]
|
|
libsqlite3-dev [platform:dpkg test]
|
|
libxml2-dev [platform:dpkg test]
|
|
libxslt-devel [platform:rpm test]
|
|
libxslt1-dev [platform:dpkg test]
|
|
locales [platform:debian]
|
|
mysql [platform:rpm]
|
|
mysql-client [platform:dpkg]
|
|
mysql-devel [platform:rpm test]
|
|
mysql-server
|
|
pkg-config [platform:dpkg test]
|
|
pkgconfig [platform:rpm test]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm test]
|
|
postgresql-server [platform:rpm]
|
|
python3-all [platform:dpkg test]
|
|
python3-all-dev [platform:dpkg test]
|
|
python3 [platform:rpm test]
|
|
python3-devel [platform:rpm test]
|
|
sqlite-devel [platform:rpm test]
|
|
libpcre3-dev [platform:dpkg test]
|
|
pcre-devel [platform:rpm test]
|