1322199845
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for below deps which added python3.8 support Markupsafe==1.1.1 cffi==1.14.0 greenlet==0.4.15 PyYAML==3.13 Story: #2007865 Task: #40200 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I9857dc20057b97a2d0bae5b0b3410fa958bdc74f
25 lines
794 B
Plaintext
25 lines
794 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]
|
|
dbus-devel [platform:rpm]
|
|
dbus-glib-devel [platform:rpm]
|
|
gettext
|
|
language-pack-en [platform:ubuntu]
|
|
libdbus-1-dev [platform:dpkg]
|
|
libdbus-glib-1-dev [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:ubuntu]
|
|
libuuid-devel [platform:rpm]
|
|
locales [platform:debian]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python3.4 [platform:ubuntu-trusty]
|
|
python3.5 [platform:ubuntu-xenial]
|
|
python34-devel [platform:centos]
|
|
uuid-dev [platform:dpkg]
|