f0b74e1a76
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). updated bindeps fpr py3 deps. Story: #2007865 Task: #40220 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I3e95701c5f533f17d368fd9cd9276ab62ca41876
23 lines
726 B
Plaintext
23 lines
726 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
gcc [platform:rpm]
|
|
gettext
|
|
liberasurecode-dev [platform:dpkg]
|
|
liberasurecode-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
memcached
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
rsync
|
|
xfsprogs
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# N.B. uwsgi-plugin-python is needed only for s2aio.sh start/stop for keystone
|
|
# so that we will be able to remove if devstack or devstack plugin installs it
|
|
uwsgi-plugin-python [platform:ubuntu-bionic]
|
|
uwsgi-plugin-python3 [platform:ubuntu-focal]
|