python-babel: needs python-distribute to have pybabel.
This commit is contained in:
parent
0426578017
commit
cc3915bc9d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python-babel'
|
# Template file for 'python-babel'
|
||||||
pkgname=python-babel
|
pkgname=python-babel
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Babel-${version}"
|
wrksrc="Babel-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="python-devel"
|
makedepends="python-devel python-distribute"
|
||||||
short_desc="A collection of tools for internationalizing Python applications"
|
short_desc="A collection of tools for internationalizing Python applications"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://babel.edgewall.org/"
|
homepage="http://babel.edgewall.org/"
|
||||||
|
|
Loading…
Reference in a new issue