From e1863d9fb69f8a08663837838e3511b9b05fcc42 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 24 May 2023 11:00:11 +0200 Subject: [PATCH] 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 --- apt-deps.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/apt-deps.txt b/apt-deps.txt index 0940ff6f..fee47027 100644 --- a/apt-deps.txt +++ b/apt-deps.txt @@ -14,7 +14,6 @@ libsystemd-dev lsb-release os-prober pandoc -pep8 pkg-config python3-aiohttp python3-aioresponses