diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-20 16:54:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:15 +0700 |
commit | 23759598b8ea3f66ec711b8154863d44fdde01cf (patch) | |
tree | aa97b74b0df787a60c49bd3111ce7a4306868a52 /python | |
parent | 1ad03f74758894f3a2107189c46bace57047bea0 (diff) |
python/relatorio: Switched to python2-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/relatorio/relatorio.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/relatorio/relatorio.info b/python/relatorio/relatorio.info index 862d46fd36873..df747f0e3403f 100644 --- a/python/relatorio/relatorio.info +++ b/python/relatorio/relatorio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/r/relatorio/relatorio-0.6.0.ta MD5SUM="170eeb4102a92b9ddc554799a1503cee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="genshi lxml" +REQUIRES="genshi python2-lxml" MAINTAINER="Ken Roberts" EMAIL="alisonken1@juno.com" |