From 09d252bf897b02cc7902a5f22dc6fac4fc1b542a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 3 Apr 2018 08:55:40 +0200 Subject: [PATCH] devel/debug: change to newer python code styler --- devel/debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index ba7fc389e..0bb1b0023 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -4,7 +4,7 @@ PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ phpunit6-php${PLUGIN_PHP} \ - p5-File-Slurp py27-pep8 \ + p5-File-Slurp py27-pycodestyle \ vim-console git PLUGIN_MAINTAINER= franco@opnsense.org