mypy/cmd
This commit is contained in:
parent
17b16ec9d0
commit
3a8b239b9f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue