devel/debug: prep for final destination Python 3.7

This commit is contained in:
Franco Fichtner 2019-05-20 08:47:00 +02:00
parent 70a3e9d17d
commit fb4f74eca3
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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"