summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/dropbox-python/README2
-rw-r--r--python/python-xlib/README3
-rw-r--r--python/pyudev/README2
3 files changed, 0 insertions, 7 deletions
diff --git a/libraries/dropbox-python/README b/libraries/dropbox-python/README
index f87416e916..2da12fb763 100644
--- a/libraries/dropbox-python/README
+++ b/libraries/dropbox-python/README
@@ -1,4 +1,2 @@
Official Dropbox REST API Client. Dropbox Core SDK for Python.
A Python library that for Dropbox's HTTP-based Core and Datastore APIs.
-
-NOTE: for python3 build python3 and python3-six requires.
diff --git a/python/python-xlib/README b/python/python-xlib/README
index 0f8c15d1ee..57375e9b4b 100644
--- a/python/python-xlib/README
+++ b/python/python-xlib/README
@@ -9,9 +9,6 @@ Unix sockets, DECnet or any other streaming network protocol. The C
Xlib is merely an interface to this protocol, providing functions
suitable for a C environment.
-Python3 is an optional dependency and python3-six is required if built
-with python3 support.
-
setuptools-scm is only required as a build dependency and can be
skipped if you would rather have it automatically grabbed from
pypi.python.org during the build process.
diff --git a/python/pyudev/README b/python/pyudev/README
index 0439de0e7c..2c76339b75 100644
--- a/python/pyudev/README
+++ b/python/pyudev/README
@@ -8,5 +8,3 @@ Almost the complete libudev functionality is exposed. You can:
- Monitor devices, both synchronously and asynchronously with background
threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside),
glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx).
-
-If python3-six is installed, then this will also build for Python 3.