From fb4f74eca330319e6b86fec24f9b95dd944afec0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 20 May 2019 08:47:00 +0200 Subject: [PATCH] devel/debug: prep for final destination Python 3.7 --- Mk/plugins.mk | 1 + devel/debug/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 0b5c518ac..49d65454d 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -31,6 +31,7 @@ ARCH!= uname -p PLUGIN_ARCH?= ${ARCH} PLUGIN_PHP?= 71 +PLUGIN_PYTHON?= 37 PLUGIN_DESC= pkg-descr PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \ diff --git a/devel/debug/Makefile b/devel/debug/Makefile index 58371070d..1f821dd59 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -4,8 +4,8 @@ PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ phpunit7-php${PLUGIN_PHP} \ - p5-File-Slurp py27-pycodestyle \ - vim-console git + py${PLUGIN_PYTHON}-pycodestyle \ + p5-File-Slurp vim-console git PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"