pelican: depends on python-Unicode.
This commit is contained in:
parent
ece020d05f
commit
99573605bc
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue