diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-19 19:49:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-22 21:47:10 +0700 |
commit | 83db2cc86a1c26f068bd33a03a9b323e753861c4 (patch) | |
tree | 60201e38edf9b07babad62374f8f34d2066249a8 /gis | |
parent | 6b24abecd41fce3a75246cc862f605427cfb2e63 (diff) |
gis/pytrainer: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/pytrainer/pytrainer.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/pytrainer/pytrainer.info b/gis/pytrainer/pytrainer.info index 36c2ae3f51c7..6222f3a15b7d 100644 --- a/gis/pytrainer/pytrainer.info +++ b/gis/pytrainer/pytrainer.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pytrainer/pytrainer/archive/v2.2.1/pytrainer-2.2.1. MD5SUM="2fee7f07868d7185554e2d3e4ba1aeed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lxml SQLAlchemy python3-matplotlib webkit2gtk zenity" +REQUIRES="python3-lxml SQLAlchemy python3-matplotlib webkit2gtk zenity" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" |