summaryrefslogtreecommitdiffstats
path: root/python/pyusb
diff options
context:
space:
mode:
author Andrew Clemons2021-10-25 00:59:32 +0200
committer Willy Sudiarto Raharjo2021-10-27 03:40:38 +0200
commit284df9ffb4362a0531cc6b10805e64e4281a72bd (patch)
treedda5b6cd1ba6e0aad41215980af693af6f6f7af5 /python/pyusb
parent9169ef1fe100dd5c30f70ee17f6e3d031dc86215 (diff)
downloadslackbuilds-284df9ffb4362a0531cc6b10805e64e4281a72bd.tar.gz
python/pyusb: Add missing dependencies.
Otherwise it downloads setuptools-scm from the internet during the build. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyusb')
-rw-r--r--python/pyusb/pyusb.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info
index fd2cb181d3..bc987d3d59 100644
--- a/python/pyusb/pyusb.info
+++ b/python/pyusb/pyusb.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyusb/pyusb/releases/download/v1.2.1/pyusb-1.2.1.ta
MD5SUM="880008dff32dac8f58076b4e534492d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="setuptools-scm python2-setuptools-scm"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"