From c8ca568998eb1e3aa9b120be6e30bcd93fc090e4 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 11 Mar 2022 19:47:29 +0100 Subject: Fix package names in the CI --- .builds/archlinux.yml | 4 ++-- .builds/debian_oldstable.yml | 2 +- .builds/debian_stable.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index b61d55a..487a7ef 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -8,8 +8,8 @@ packages: - python-nose - python-coverage - flake8 - - isort - - doc8 + - python-isort + - python-doc8 sources: - https://git.sr.ht/~valhalla/lesana tasks: diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml index 86158e3..7f6731d 100644 --- a/.builds/debian_oldstable.yml +++ b/.builds/debian_oldstable.yml @@ -9,7 +9,7 @@ packages: - python3-coverage - flake8 - isort - - doc8 + - python3-doc8 sources: - https://git.sr.ht/~valhalla/lesana tasks: diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index 7ef54ea..78948c5 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -8,7 +8,7 @@ packages: - python3-nose - python3-coverage - flake8 - - doc8 + - python3-doc8 - isort sources: - https://git.sr.ht/~valhalla/lesana -- cgit v1.2.3