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 | |
parent | ca300076a872675a4af934f5798a7ae4960b1b9a (diff) |
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')
-rw-r--r-- | python/pyusb/README | 4 | ||||
-rw-r--r-- | python/pyusb/pyusb.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/pyusb/README b/python/pyusb/README index 9c8a61e6b1d5..4c04a750447e 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. diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info index 2531a3f5b966..28ef7dcad3ac 100644 --- a/python/pyusb/pyusb.info +++ b/python/pyusb/pyusb.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyusb/pyusb/releases/download/v1.1.1/pyusb-1.1.1.ta MD5SUM="a9db479f1fb914e91d3106e67a13ae09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="setuptools-scm" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" |