summaryrefslogtreecommitdiffstats
path: root/libraries/pyPEG2
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-20 18:35:52 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:15 +0700
commitcb5c8a8cdfc21105ff467fa8262b0331905b7e44 (patch)
tree596a588a22c4f326137ebbf49e892d37a3f3b16c /libraries/pyPEG2
parent23759598b8ea3f66ec711b8154863d44fdde01cf (diff)
downloadslackbuilds-cb5c8a8cdfc21105ff467fa8262b0331905b7e44.tar.gz
slackbuilds-cb5c8a8cdfc21105ff467fa8262b0331905b7e44.tar.xz
libraries/pyPEG2: Add python3-lxml dep
I missed the python3 command in the if/then statement Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyPEG2')
-rw-r--r--libraries/pyPEG2/pyPEG2.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/pyPEG2/pyPEG2.info b/libraries/pyPEG2/pyPEG2.info
index 37ffbf4726..6e37f72b06 100644
--- a/libraries/pyPEG2/pyPEG2.info
+++ b/libraries/pyPEG2/pyPEG2.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://ponce.cc/slackware/sources/repo/pypeg2-20211118_4dd9d69.tar.xz
MD5SUM="7a458ccebf2859523462a9f6302d3f23"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-lxml"
+REQUIRES="python2-lxml python3-lxml"
MAINTAINER="D Woodfall"
EMAIL="dave@slackbuilds.org"