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: Id5c80565e0848b99c2fb1a42d27cef7bf9f9f662
This commit is contained in:
Hervé Beraud 2022-11-07 11:04:11 +01:00
parent 2b112fc493
commit 92018cc59d
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