diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 17:52:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-07 17:52:30 -0300 |
commit | bc2066e9ccf22a38d57e2e5eae382058fde07732 (patch) | |
tree | 433a5103bc1682eb86019452f021cca9b4804a3f /pcr/python2-relatorio/PKGBUILD | |
parent | d7621981ce7fd57a8260f480e3802e937f5e9c08 (diff) | |
download | abslibre-bc2066e9ccf22a38d57e2e5eae382058fde07732.tar.gz abslibre-bc2066e9ccf22a38d57e2e5eae382058fde07732.tar.bz2 abslibre-bc2066e9ccf22a38d57e2e5eae382058fde07732.zip |
python2-relatorio: fix dependencies versions requirements
Diffstat (limited to 'pcr/python2-relatorio/PKGBUILD')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 2 |
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") |