python/euca2ools: Switched to python2-lxml

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-20 16:21:06 -08:00 committed by Willy Sudiarto Raharjo
parent 0446939802
commit 3fe635af22
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/eucalyptus/euca2ools/archive/v3.4.1/euca2ools-3.4.1
MD5SUM="0304efa7609d18d9816baeb56eb8012b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-requestbuilder lxml"
REQUIRES="python2-requestbuilder python2-lxml"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"