From a88b6a5d57a5e96bca52bc616339b1031568f1d2 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Sun, 3 Aug 2025 14:56:28 +0200 Subject: [PATCH] Drop puppet, update openvox minimum version to 8.19 * drop support for puppet as discussed in [1] * update openvox minimum version to 8.19.0 as discussed in [2] and [3] [1] https://github.com/voxpupuli/community-triage/issues/59 [2] https://github.com/voxpupuli/community-triage/issues/60 [3] https://github.com/voxpupuli/modulesync_config/pull/978#discussion_r2232830327 --- metadata.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/metadata.json b/metadata.json index 13cbac6..74c91db 100644 --- a/metadata.json +++ b/metadata.json @@ -25,17 +25,11 @@ ] } ], - "dependencies": [ - - ], + "dependencies": [], "requirements": [ - { - "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" - }, { "name": "openvox", - "version_requirement": ">= 7.0.0 < 9.0.0" + "version_requirement": ">= 8.19.0 < 9.0.0" } ] }