8d33f1191e
Python2 is a thing of the past, we need python3 now. This should get the python3.10 job running. Change-Id: I0b2deccfbc5cbbffd361106b96f4996172d1ee3c
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
python3-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|