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: I450c9bb0a701a27553bb6279d0cfff90d86b16ba
This commit is contained in:
Hervé Beraud 2022-11-07 10:52:52 +01:00
parent 33db4d1d81
commit 329c7c6c48
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# A build time dependency
# 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