This commit is contained in:
Marc Beninca 2024-09-13 23:07:39 +02:00
parent 17b16ec9d0
commit 3a8b239b9f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -6,6 +6,7 @@ packages: list[str] = []
def need(command: str) -> None:
"""Assert package dependency for a command."""
package: str | None
match command:
case "debootstrap":
package = "debootstrap"