mkosi: install correct package for mypy

Package "mypy" doesn't exist on all distro, install the correct package
depending on the distro.
This commit is contained in:
Matteo Croce
2024-11-29 02:30:34 +01:00
committed by Daan De Meyer
parent a414a1891f
commit 3f3b4959e2
5 changed files with 4 additions and 1 deletions

View File

@@ -5,5 +5,4 @@ ToolsTreePackages=
gcc
gperf
meson
mypy
pkgconf

View File

@@ -9,6 +9,7 @@ ToolsTreePackages=
github-cli
libcap
libmicrohttpd
mypy
python-jinja
python-pytest
ruff

View File

@@ -15,5 +15,6 @@ ToolsTreePackages=
pkgconfig(mount)
tpm2-tss-devel
python3-jinja2
python3-mypy
python3-pytest
shellcheck

View File

@@ -15,6 +15,7 @@ ToolsTreePackages=
libmicrohttpd-dev
libmount-dev
libtss2-dev
mypy
python3-jinja2
python3-pytest
shellcheck

View File

@@ -6,6 +6,7 @@ ToolsTreeDistribution=opensuse
[Build]
ToolsTreePackages=
gh
mypy
pkgconfig(blkid)
pkgconfig(libcap)
pkgconfig(libcryptsetup)