From: Daan De Meyer Date: Sat, 2 Nov 2024 20:26:56 +0000 (+0100) Subject: Add some extra tools tree packages to the default image X-Git-Tag: v25~188^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3164%2Fhead;p=thirdparty%2Fmkosi.git Add some extra tools tree packages to the default image Now that we have mkosi sandbox, let's add ruff, mypy and pytest to the tools tree so that they can be used with mkosi sandbox. --- diff --git a/mkosi.conf.d/40-tools/mkosi.conf b/mkosi.conf.d/40-tools/mkosi.conf new file mode 100644 index 000000000..84414c124 --- /dev/null +++ b/mkosi.conf.d/40-tools/mkosi.conf @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Build] +ToolsTreePackages= + ruff + mypy diff --git a/mkosi.conf.d/40-tools/mkosi.conf.d/arch.conf b/mkosi.conf.d/40-tools/mkosi.conf.d/arch.conf new file mode 100644 index 000000000..8f053f6a1 --- /dev/null +++ b/mkosi.conf.d/40-tools/mkosi.conf.d/arch.conf @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +ToolsTreeDistribution=arch + +[Build] +ToolsTreePackages= + python-pytest diff --git a/mkosi.conf.d/40-tools/mkosi.conf.d/other.conf b/mkosi.conf.d/40-tools/mkosi.conf.d/other.conf new file mode 100644 index 000000000..8dac2a8e5 --- /dev/null +++ b/mkosi.conf.d/40-tools/mkosi.conf.d/other.conf @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +ToolsTreeDistribution=!arch + +[Build] +ToolsTreePackages= + python3-pytest