From 98f586f73c061b57730bf8a83a06feccbd47a16c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 16 Dec 2020 14:57:21 +0100 Subject: [PATCH] Revert "pkg: inject markupsafe dependency, hopefully pkg isn't stupid" This reverts commit a124fd0e57004e114b54a480b9ced2760ff8c60a. pkg is still bugging out on this. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7933fa0fc..704e760bb 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,6 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \ pkg \ py${CORE_PYTHON}-Jinja2 \ py${CORE_PYTHON}-dnspython \ - py${CORE_PYTHON}-markupsafe \ py${CORE_PYTHON}-netaddr \ py${CORE_PYTHON}-requests \ py${CORE_PYTHON}-sqlite3 \