From 242d7d951f362416895db8c26206df2282d269dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 11 Mar 2024 10:08:30 +0100 Subject: [PATCH] Drop kiwibuild_version option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version in kiwibuild is embedded in the definition file. The option makes no sense. Signed-off-by: Lubomír Sedlář --- pungi/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pungi/checks.py b/pungi/checks.py index 7b598219..b606c048 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -1254,7 +1254,6 @@ def make_schema(): "kiwibuild_description_path": {"type": "string"}, "kiwibuild_target": {"type": "string"}, "kiwibuild_release": {"$ref": "#/definitions/optional_string"}, - "kiwibuild_version": {"type": "string"}, "osbuild_target": {"type": "string"}, "osbuild_release": {"$ref": "#/definitions/optional_string"}, "osbuild_version": {"type": "string"},