From b01a45ab635caf2a2f84358a060f130aeb3342e6 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 3 Dec 2017 18:03:47 +0100 Subject: [PATCH] core, add dependency for https://github.com/opnsense/core/issues/1971 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 72aea5c58..12fdd7322 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \ php${CORE_PHP}-sqlite3 \ php${CORE_PHP}-xml \ php${CORE_PHP}-zlib \ + py${CORE_PY}-dnspython\ py${CORE_PY}-Jinja2 \ py${CORE_PY}-netaddr \ py${CORE_PY}-requests \