apt-deps: drop pep8 which is unused and does not exist anymore in mantic

The pep8 binary package was a transitional package. It would install a
symlink /usr/bin/pep8 -> pycodestyle

pep8 does not exist anymore in mantic.

pycodestyle would be the right binary package going forward. That said,
we stopped using the pep8 command back in 2018 with this commit:

  af9427561 Make tox and Makefile more similar.

Let's drop the dependency instead.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2023-05-24 11:00:11 +02:00
parent e58cf53f26
commit e1863d9fb6
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ libsystemd-dev
lsb-release
os-prober
pandoc
pep8
pkg-config
python3-aiohttp
python3-aioresponses