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: I113f1f43718f954001b3e9f40c77f6115d754c4f
This commit is contained in:
Hervé Beraud 2022-11-07 10:51:05 +01:00
parent 6c06dc58f3
commit 4659000ce2
1 changed files with 0 additions and 2 deletions

View File

@ -2,9 +2,7 @@
libssl-dev [platform:dpkg test]
openssl-devel [platform:rpm test]
# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python-devel [platform:rpm test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
# these are needed by infra for python-* jobs