pelican: depends on python-Unicode.
This commit is contained in:
parent
ece020d05f
commit
99573605bc
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'pelican'
|
||||
pkgname=pelican
|
||||
version=3.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
create_srcdir=yes
|
||||
noarch=yes
|
||||
pycompile_module="pelican"
|
||||
build_style=python-module
|
||||
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"
|
||||
crossmakedepends="python-devel"
|
||||
short_desc="Static site generator, written in Python"
|
||||
|
|
Loading…
Reference in New Issue