mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
pkg: move python dep to 3
This commit is contained in:
parent
f772b4ef9a
commit
8b22eebb9c
4
Makefile
4
Makefile
@ -159,7 +159,7 @@ PKGDIR?=${WRKDIR}/pkg
|
||||
MFCDIR?=${WRKDIR}/mfc
|
||||
|
||||
WANTS= p5-File-Slurp php${CORE_PHP}-pear-PHP_CodeSniffer \
|
||||
phpunit7-php${CORE_PHP} py${CORE_PYTHON2}-pycodestyle
|
||||
phpunit7-php${CORE_PHP} py${CORE_PYTHON3}-pycodestyle
|
||||
|
||||
.for WANT in ${WANTS}
|
||||
want-${WANT}:
|
||||
@ -354,7 +354,7 @@ sweep:
|
||||
|
||||
STYLEDIRS?= src/etc/inc src/opnsense
|
||||
|
||||
style-python: want-py${CORE_PYTHON2}-pycodestyle
|
||||
style-python: want-py${CORE_PYTHON3}-pycodestyle
|
||||
@pycodestyle --ignore=E501 ${.CURDIR}/src || true
|
||||
|
||||
style-php: want-php${CORE_PHP}-pear-PHP_CodeSniffer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user