From 99573605bc671c1409078e1a63dabf1f1185484c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 Mar 2013 10:12:42 +0100 Subject: [PATCH] pelican: depends on python-Unicode. --- srcpkgs/pelican/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 75c7d140f1..6a0eaee7cc 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -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"