pelican: depends on python-Unicode.

This commit is contained in:
Juan RP 2013-03-06 10:12:42 +01:00
parent ece020d05f
commit 99573605bc

View file

@ -1,13 +1,14 @@
# Template file for 'pelican' # Template file for 'pelican'
pkgname=pelican pkgname=pelican
version=3.1.1 version=3.1.1
revision=1 revision=2
create_srcdir=yes create_srcdir=yes
noarch=yes noarch=yes
pycompile_module="pelican" pycompile_module="pelican"
build_style=python-module build_style=python-module
depends="python>=2.7 python-feedgenerator python-jinja depends="python>=2.7 python-feedgenerator python-jinja
python-Pygments python-docutils python-blinker python-Markdown" python-Pygments python-docutils python-blinker python-Unidecode
python-Markdown"
makedepends="python-devel python-distribute" makedepends="python-devel python-distribute"
crossmakedepends="python-devel" crossmakedepends="python-devel"
short_desc="Static site generator, written in Python" short_desc="Static site generator, written in Python"