summaryrefslogtreecommitdiffstats
path: root/python/pyudev/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2019-12-21 07:31:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-21 07:31:09 +0700
commit84a80a0ab92050b6219db07fcd429335bd74e12b (patch)
tree065517b4a077aba2e887294d7304930b9afef86c /python/pyudev/README
parentf8be8b013dd6ce930098ddcefbb8fd8b72a3c3a4 (diff)
downloadslackbuilds-84a80a0ab92050b6219db07fcd429335bd74e12b.tar.gz
slackbuilds-84a80a0ab92050b6219db07fcd429335bd74e12b.tar.xz
python/pyudev: Updated for version 0.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyudev/README')
-rw-r--r--python/pyudev/README2
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.