From 8b22eebb9c55dba29f4a1d55eb8d97cf33f6415e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 May 2019 07:54:34 +0200 Subject: [PATCH] pkg: move python dep to 3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 347a34afa..0b6c8788b 100644 --- a/Makefile +++ b/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