diff options
Diffstat (limited to 'python/pyudev/README')
-rw-r--r-- | python/pyudev/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyudev/README b/python/pyudev/README index d8e6bf9d10..0439de0e7c 100644 --- a/python/pyudev/README +++ b/python/pyudev/README @@ -9,4 +9,4 @@ Almost the complete libudev functionality is exposed. You can: threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside), glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx). -python3 is an optional dependency (autodetected). +If python3-six is installed, then this will also build for Python 3. |