python-jinja: needs python-setuptools to build.

This commit is contained in:
Juan RP 2014-01-26 17:37:33 +01:00
parent 2b5fbbb12e
commit 2dd76431c5
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ version=2.7.2
revision=1
wrksrc="Jinja2-${version}"
build_style=python-module
hostmakedepends="python"
makedepends="python python-MarkupSafe python-distribute"
hostmakedepends="python python-setuptools"
makedepends="python-setuptools python-MarkupSafe"
depends="${makedepends}"
noarch="yes"
pycompile_module="jinja2"