diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-10-25 11:59:32 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:40:38 +0700 |
commit | 284df9ffb4362a0531cc6b10805e64e4281a72bd (patch) | |
tree | dda5b6cd1ba6e0aad41215980af693af6f6f7af5 | |
parent | 9169ef1fe100dd5c30f70ee17f6e3d031dc86215 (diff) |
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>
-rw-r--r-- | python/pyusb/pyusb.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info index fd2cb181d3f1..bc987d3d59e0 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" |