846cced90c
Add python 3.9 gate for sysinv. Make the gate non-voting for now since the unit tests do not pass for now. A seperate commit is coming to fix the unit tests. Update the bindep.txt to install missing packages in the ubuntu-focal image. Also update the requirements to fix dependencies for python3.6 and install dependencies that are python2.7 only. Story: 2006796 Task: 42975 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I2512e276c8517132f952cdec0affa8cea8565035
11 lines
371 B
Plaintext
11 lines
371 B
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.
|
|
|
|
libffi-dev [platform:dpkg]
|
|
libldap2-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
python3-all-dev [platform:dpkg]
|