summaryrefslogtreecommitdiff
path: root/pcr/python2-relatorio
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 17:52:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 17:52:30 -0300
commitbc2066e9ccf22a38d57e2e5eae382058fde07732 (patch)
tree433a5103bc1682eb86019452f021cca9b4804a3f /pcr/python2-relatorio
parentd7621981ce7fd57a8260f480e3802e937f5e9c08 (diff)
python2-relatorio: fix dependencies versions requirements
Diffstat (limited to 'pcr/python2-relatorio')
-rw-r--r--pcr/python2-relatorio/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD
index 104caf313..2919e13a0 100644
--- a/pcr/python2-relatorio/PKGBUILD
+++ b/pcr/python2-relatorio/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A templating library able to output odt and pdf files"
arch=('i686' 'x86_64' 'mips64el')
url="http://relatorio.openhex.org"
license=('GPL')
-depends=('python2-genshi>=0.5' 'python2-lxml>=1.3.6')
+depends=('python2-genshi>=0.7' 'python2-lxml>=3.2.1')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz")