summaryrefslogtreecommitdiffstats
path: root/python/pyudev/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2018-06-22 22:40:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-23 08:44:02 +0700
commit6c78d09aa05e2a62aafe75d2150e83c753292bf2 (patch)
treefa0f3abfd13d84ac26cfae18cacdc7172f93917a /python/pyudev/README
parent0f9b333efac6be4f710fa83bfc2a74e4b34a7a5a (diff)
downloadslackbuilds-6c78d09aa05e2a62aafe75d2150e83c753292bf2.tar.gz
slackbuilds-6c78d09aa05e2a62aafe75d2150e83c753292bf2.tar.xz
python/pyudev: Updated for version 0.21.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyudev/README')
-rw-r--r--python/pyudev/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/pyudev/README b/python/pyudev/README
index 45748e33cd..d8e6bf9d10 100644
--- a/python/pyudev/README
+++ b/python/pyudev/README
@@ -5,6 +5,8 @@ Almost the complete libudev functionality is exposed. You can:
- Enumerate devices, filtered by specific criteria (pyudev.Context)
- Query device information, properties and attributes,
-- Monitor devices, both synchronously and asynchronously with background
- threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside),
+- 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).
+
+python3 is an optional dependency (autodetected).