aboutsummaryrefslogtreecommitdiff
path: root/python/pyOpenSSL/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-16 07:46:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-16 07:46:30 +0700
commit5fe4384f823cd9ef98d3ff3f2db23439294e7ad7 (patch)
tree922db79741ea265e9d8afef8a37eecd18e347727 /python/pyOpenSSL/README
parentbb4cf60a73d05597354572766eab6f0ee4604eea (diff)
python/pyOpenSSL: Change to python3 modules only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/README')
-rw-r--r--python/pyOpenSSL/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyOpenSSL/README b/python/pyOpenSSL/README
index 70e1a0d826..dbbca3b70e 100644
--- a/python/pyOpenSSL/README
+++ b/python/pyOpenSSL/README
@@ -2,3 +2,6 @@ Python wrapper around a small subset of the OpenSSL library. Includes:
X509 Certificates, SSL Context objects, SSL Connection objects using
Python sockets as transport layer. The Connection object wraps all the
socket methods and can therefore be used in.
+
+This package only build python3 modules.
+If you need python2 modules, please install python2-pyOpenSSL package.