diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 21:58:50 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 21:58:50 +0200 |
commit | 744139f8dbb38935a79e068c724a32f855008831 (patch) | |
tree | 456ea8464564b156b588924f986b09dc8844db3a /.builds | |
parent | 43403682736e44fc2fcdaf6bc959d8d07b2c6123 (diff) |
On debian stable, python3-hazwaz will have to be installed from backports.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/debian_stable.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index 8b08307..4355189 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -7,10 +7,12 @@ packages: - python3-git - python3-nose - python3-coverage - - python3-hazwaz + - python3-hazwaz/bullseye-backports - flake8 - python3-doc8 - isort +repositories: + backports: http://deb.debian.org/debian bullseye-backports main sources: - https://git.sr.ht/~valhalla/lesana tasks: |