snapcraft: update curtin, +python3-debian

Add sources.list in deb822 support.
This commit is contained in:
Dan Bungert 2023-08-24 16:28:53 -06:00
parent 05892f41c7
commit 9467cd5713
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ parts:
source: https://git.launchpad.net/curtin source: https://git.launchpad.net/curtin
source-type: git source-type: git
source-commit: 09899c713ce135f4d3e97ad2b434836049643d55 source-commit: 7ed8b10e88d1a8a879c6805b487a29477afdafd5
override-pull: | override-pull: |
craftctl default craftctl default
@ -131,6 +131,7 @@ parts:
- python3-apport - python3-apport
- python3-attr - python3-attr
- python3-bson - python3-bson
- python3-debian
- python3-jsonschema - python3-jsonschema
- python3-minimal - python3-minimal
- python3-oauthlib - python3-oauthlib