diff options
author | Kyle Guinn <elyk03@gmail.com> | 2021-04-24 06:55:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 22:07:02 +0700 |
commit | 4747c45e9f2f9cdf7022dee1b68b9a13d888ca34 (patch) | |
tree | 0a5816bafa70d65d4b22f0311a9b814e8b0e5a45 /python/pyusb/README | |
parent | ca300076a872675a4af934f5798a7ae4960b1b9a (diff) | |
download | slackbuilds-4747c45e9f2f9cdf7022dee1b68b9a13d888ca34.tar.gz |
python/pyusb: Fix REQUIRES and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyusb/README')
-rw-r--r-- | python/pyusb/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/pyusb/README b/python/pyusb/README index 9c8a61e6b1..4c04a75044 100644 --- a/python/pyusb/README +++ b/python/pyusb/README @@ -1,2 +1,4 @@ -PyUSB is a native Python module which provides easy USB access to Python. +PyUSB is a native Python module which provides easy USB access to +Python. + The module contains classes and methods to support most USB operations. |