summaryrefslogtreecommitdiffstats
path: root/python/CANard
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
commit48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch)
tree9da697bae75e791d92c222d1bb47be67fd2fb5d2 /python/CANard
parent2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff)
downloadslackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.gz
slackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.xz
various: Kill lots of python3 dep mentions
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
Diffstat (limited to 'python/CANard')
-rw-r--r--python/CANard/CANard.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/CANard/CANard.info b/python/CANard/CANard.info
index e1f50a5c53..a3e8c6ba12 100644
--- a/python/CANard/CANard.info
+++ b/python/CANard/CANard.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gorogit/CANard/archive/65d48d8/CANard-65d48d8382dc0
MD5SUM="7c62f7107048b41aec0a1ed1cb42ae5d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 pyserial"
+REQUIRES="pyserial"
MAINTAINER="Fernando Lopez Jr."
EMAIL="fernando.lopezjr@gmail.com"