wok: fix depends.
This commit is contained in:
parent
133a122cfc
commit
eb0c88a6bf
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue