From 284df9ffb4362a0531cc6b10805e64e4281a72bd Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 25 Oct 2021 11:59:32 +1300 Subject: python/pyusb: Add missing dependencies. Otherwise it downloads setuptools-scm from the internet during the build. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/pyusb/pyusb.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyusb') 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" -- cgit v1.2.3