From 47490058c4d24f1b9f42e075a46efb0326e9a3a0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 9 Jun 2021 10:28:58 +0200 Subject: [PATCH] sysutils/puppet-agent: testing matters :D --- sysutils/puppet-agent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/puppet-agent/Makefile b/sysutils/puppet-agent/Makefile index 60340eb67..7e1977c2a 100644 --- a/sysutils/puppet-agent/Makefile +++ b/sysutils/puppet-agent/Makefile @@ -2,7 +2,7 @@ PLUGIN_NAME= puppet-agent PLUGIN_VERSION= 0.2 PLUGIN_DEVEL= yes PLUGIN_COMMENT= Manage Puppet Agent -PLUGIN_DEPENDS= puppet7 py-opn-cli +PLUGIN_DEPENDS= puppet7 py${PLUGIN_PYTHON}-opn-cli PLUGIN_MAINTAINER= jan.wink93@gmail.com .include "../../Mk/plugins.mk"