summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-13 05:49:21 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:59:13 +0700
commit9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a (patch)
tree4c49757b44d5119d5287fa32597b0173bee2e58b /python/msgpack-python
parent7787469dee451f7f5f138db684033de570df884f (diff)
downloadslackbuilds-9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a.tar.gz
slackbuilds-9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a.tar.xz
python/msgpack-python: Update README.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/msgpack-python')
-rw-r--r--python/msgpack-python/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README
index 9176445d49..023d3f545e 100644
--- a/python/msgpack-python/README
+++ b/python/msgpack-python/README
@@ -4,3 +4,5 @@ MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.
+
+Optional dependency: python3