From 48c22f9303b60a2459850ee6f75c2e19af6e2e09 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 21 Apr 2021 00:42:24 -0500 Subject: 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. --- python/msgpack-python/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/msgpack-python') diff --git a/python/msgpack-python/README b/python/msgpack-python/README index 023d3f545e..9176445d49 100644 --- a/python/msgpack-python/README +++ b/python/msgpack-python/README @@ -4,5 +4,3 @@ 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 -- cgit v1.2.3