diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-19 19:33:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:09 +0700 |
commit | 4e3b7486525ab676a222e997a5e3e22b186c5d5c (patch) | |
tree | cddae2735e5bb3762db86bbb8fcbd19753cda443 /gis | |
parent | fe04a805d3363fcad6e3d9165d4285220f6cb515 (diff) |
gis/OWSLib: Switch to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/OWSLib/OWSLib.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/OWSLib/OWSLib.info b/gis/OWSLib/OWSLib.info index b09c8fc57c89..e0d077fab6fb 100644 --- a/gis/OWSLib/OWSLib.info +++ b/gis/OWSLib/OWSLib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/geopython/OWSLib/archive/0.29.3/OWSLib-0.29.3.tar.g MD5SUM="7e32f977c7ec05582301563689cdbc1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lxml python3-dateutil pytz" +REQUIRES="python3-lxml python3-dateutil pytz" MAINTAINER="Giancarlo Dessi" EMAIL="slack@giand.it" |