diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:08:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:08:19 -0500 |
commit | 7bfbb23a3de23b640e016c536666fde2c1190f03 (patch) | |
tree | 3a9f504b74eac41ce86768c52af86dbbd582a7db /python/pyudev | |
parent | 870609a8d9ecb4b48d3b9f62c4e1a1de115b7dff (diff) |
various: Kill python3-six dep mentions
Diffstat (limited to 'python/pyudev')
-rw-r--r-- | python/pyudev/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyudev/README b/python/pyudev/README index 0439de0e7cb4..2c76339b752d 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. |