mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
devel/debug: prep for final destination Python 3.7
This commit is contained in:
parent
70a3e9d17d
commit
fb4f74eca3
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue