mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
committed by
Daan De Meyer
parent
a414a1891f
commit
3f3b4959e2
@@ -5,5 +5,4 @@ ToolsTreePackages=
|
||||
gcc
|
||||
gperf
|
||||
meson
|
||||
mypy
|
||||
pkgconf
|
||||
|
||||
@@ -9,6 +9,7 @@ ToolsTreePackages=
|
||||
github-cli
|
||||
libcap
|
||||
libmicrohttpd
|
||||
mypy
|
||||
python-jinja
|
||||
python-pytest
|
||||
ruff
|
||||
|
||||
@@ -15,5 +15,6 @@ ToolsTreePackages=
|
||||
pkgconfig(mount)
|
||||
tpm2-tss-devel
|
||||
python3-jinja2
|
||||
python3-mypy
|
||||
python3-pytest
|
||||
shellcheck
|
||||
|
||||
@@ -15,6 +15,7 @@ ToolsTreePackages=
|
||||
libmicrohttpd-dev
|
||||
libmount-dev
|
||||
libtss2-dev
|
||||
mypy
|
||||
python3-jinja2
|
||||
python3-pytest
|
||||
shellcheck
|
||||
|
||||
@@ -6,6 +6,7 @@ ToolsTreeDistribution=opensuse
|
||||
[Build]
|
||||
ToolsTreePackages=
|
||||
gh
|
||||
mypy
|
||||
pkgconfig(blkid)
|
||||
pkgconfig(libcap)
|
||||
pkgconfig(libcryptsetup)
|
||||
|
||||
Reference in New Issue
Block a user