From 000dcc9bda54249db4b2e8d38a778102bce1e67a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 18 Nov 2024 20:28:56 +0100 Subject: [PATCH] devel/debug: another requirement for testing --- devel/debug/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index ecd817af9..a3cfa16c9 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -5,6 +5,7 @@ PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ phpunit9-php${PLUGIN_PHP} \ py${PLUGIN_PYTHON}-pycodestyle \ + py${PLUGIN_PYTHON}-pytest \ py${PLUGIN_PYTHON}-scapy \ p5-File-Slurp git jq PLUGIN_MAINTAINER= franco@opnsense.org