wok: fix depends.

This commit is contained in:
Juan RP 2013-03-06 13:38:27 +01:00
parent 133a122cfc
commit eb0c88a6bf

View file

@ -1,12 +1,13 @@
# Template file for 'wok'
pkgname=wok
version=0.9
revision=1
revision=2
create_srcdir=yes
noarch=yes
pycompile_module="wok"
build_style=python-module
depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown python-Pigments"
depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown
python-Pygments"
makedepends="python-devel python-distribute"
crossmakedepends="python-devel"
short_desc="A simple static site generator in python"