python-babel: needs python-distribute to have pybabel.

This commit is contained in:
Juan RP 2013-07-28 17:53:01 +02:00
parent 0426578017
commit cc3915bc9d
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'python-babel'
pkgname=python-babel
version=0.9.6
revision=1
revision=2
wrksrc="Babel-${version}"
build_style=python-module
makedepends="python-devel"
makedepends="python-devel python-distribute"
short_desc="A collection of tools for internationalizing Python applications"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://babel.edgewall.org/"