summaryrefslogtreecommitdiffstats
path: root/python/pyusb
diff options
context:
space:
mode:
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
commit4747c45e9f2f9cdf7022dee1b68b9a13d888ca34 (patch)
tree0a5816bafa70d65d4b22f0311a9b814e8b0e5a45 /python/pyusb
parentca300076a872675a4af934f5798a7ae4960b1b9a (diff)
downloadslackbuilds-4747c45e9f2f9cdf7022dee1b68b9a13d888ca34.tar.gz
slackbuilds-4747c45e9f2f9cdf7022dee1b68b9a13d888ca34.tar.xz
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')
-rw-r--r--python/pyusb/README4
-rw-r--r--python/pyusb/pyusb.info2
2 files changed, 4 insertions, 2 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.
diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info
index 2531a3f5b9..28ef7dcad3 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"