From 6b45ea2b65d00c8eb4c79ca53959eeed465813f2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 26 Sep 2019 05:39:46 +0200 Subject: [PATCH] Revert "opnsense/suricata-devel: also pin to Python 3" This reverts commit 9c2c76e4d45c0bc94b68a8121e4914154b714936. Because it's 2019 ;) ===> suricata-devel-5.0.0.r1 depends on executable: rustc - not found ===> rust-1.37.0 needs Python 2.7 at most, but 3.7 was specified. Not sure why this works for suricata at all at the moment. --- opnsense/suricata-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opnsense/suricata-devel/Makefile b/opnsense/suricata-devel/Makefile index 010bd87e667..5f859eb175d 100644 --- a/opnsense/suricata-devel/Makefile +++ b/opnsense/suricata-devel/Makefile @@ -102,7 +102,7 @@ PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude \ PRELUDE_CONFIGURE_ENABLE= prelude PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCALBASE} -PYTHON_USES= python:3.5+ +PYTHON_USES= python PYTHON_USE= PYTHON=py3kplist PYTHON_CONFIGURE_ENABLE= python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}