From d9bb65eaf2779450fe3fc4ca9da61c84e3eca4ac Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 8 Mar 2015 15:44:41 +0100 Subject: [PATCH] Mako: depends on MarkupSafe:host Signed-off-by: Stephan Raue --- packages/python/devel/Mako/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/devel/Mako/package.mk b/packages/python/devel/Mako/package.mk index 096408c84e..67570f384d 100644 --- a/packages/python/devel/Mako/package.mk +++ b/packages/python/devel/Mako/package.mk @@ -23,7 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="https://pypi.python.org/pypi/Mako/" PKG_URL="https://pypi.python.org/packages/source/M/Mako/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="Python:host setuptools:host" +PKG_DEPENDS_HOST="Python:host setuptools:host MarkupSafe:host" PKG_PRIORITY="optional" PKG_SECTION="python/devel" PKG_SHORTDESC="Mako: A super-fast templating language that borrows the best ideas from the existing templating languages."