aboutsummaryrefslogtreecommitdiff
path: root/libraries/python3-PyYAML
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
commit48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch)
tree9da697bae75e791d92c222d1bb47be67fd2fb5d2 /libraries/python3-PyYAML
parent2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff)
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 'libraries/python3-PyYAML')
-rw-r--r--libraries/python3-PyYAML/README3
-rw-r--r--libraries/python3-PyYAML/python3-PyYAML.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/libraries/python3-PyYAML/README b/libraries/python3-PyYAML/README
index ea05ab9eee29e..2bede18e0f19b 100644
--- a/libraries/python3-PyYAML/README
+++ b/libraries/python3-PyYAML/README
@@ -3,6 +3,3 @@ pyyaml (YAML parser and emitter for Python)
YAML is a data serialization format designed for human readability
and interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.
-
-This builds the python3 version of PyYAML. It is safe to install this
-on a system that has the SBo's PyYAML (python2) package installed.
diff --git a/libraries/python3-PyYAML/python3-PyYAML.info b/libraries/python3-PyYAML/python3-PyYAML.info
index 92b8a7ad185a9..a46bb24e7d0b0 100644
--- a/libraries/python3-PyYAML/python3-PyYAML.info
+++ b/libraries/python3-PyYAML/python3-PyYAML.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-5.3.1.tar.gz"
MD5SUM="d3590b85917362e837298e733321962b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3"
+REQUIRES=""
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo -at- gmail.com"