mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-30 05:04:39 -05:00
devel/debug: prep for final destination Python 3.7
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user