Mako: depends on MarkupSafe:host

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-03-08 15:44:41 +01:00
parent f88fc9e159
commit d9bb65eaf2

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://pypi.python.org/pypi/Mako/" 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_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_PRIORITY="optional"
PKG_SECTION="python/devel" PKG_SECTION="python/devel"
PKG_SHORTDESC="Mako: A super-fast templating language that borrows the best ideas from the existing templating languages." PKG_SHORTDESC="Mako: A super-fast templating language that borrows the best ideas from the existing templating languages."