diff options
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 |
commit | 84a80a0ab92050b6219db07fcd429335bd74e12b (patch) | |
tree | 065517b4a077aba2e887294d7304930b9afef86c /python/pyudev/README | |
parent | f8be8b013dd6ce930098ddcefbb8fd8b72a3c3a4 (diff) | |
download | slackbuilds-84a80a0ab92050b6219db07fcd429335bd74e12b.tar.gz |
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/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. |