It is no longer supported by jammy and lead us to the following errors with the announce-release job. ``` No package matching 'python-dev' is available ``` Change-Id: I113f1f43718f954001b3e9f40c77f6115d754c4f
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
# A build time dependency
|
|
libssl-dev [platform:dpkg test]
|
|
openssl-devel [platform:rpm test]
|
|
# these are needed to compile Python dependencies from sources
|
|
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
|
|
python3-devel [platform:rpm test]
|
|
build-essential [platform:dpkg test]
|
|
# these are needed by infra for python-* jobs
|
|
mariadb [platform:rpm test]
|
|
mariadb-server [platform:rpm test]
|
|
mysql-client [platform:dpkg test]
|
|
mysql-server [platform:dpkg test]
|