freezer/bindep.txt
Hervé Beraud 14f186da12 Remove python-dev from bindep
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: Ia8858216a58356a354ed166d5c28fac8d5ff6b97
2024-11-12 05:50:47 +00:00

15 lines
530 B
Plaintext

# A build time dependency
libffi-dev [platform:dpkg test]
libffi-devel [platform:rpm test]
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]