From f430e2dc24ba76998621c80f85c3ff4113f52b5d Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sat, 4 Sep 2021 02:10:24 -0500 Subject: python/pyusb: Updated for version 1.2.1 Signed-off-by: Kyle Guinn Signed-off-by: Willy Sudiarto Raharjo --- python/pyusb/pyusb.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/pyusb/pyusb.SlackBuild') diff --git a/python/pyusb/pyusb.SlackBuild b/python/pyusb/pyusb.SlackBuild index e8b23b0894..6a250bfd52 100644 --- a/python/pyusb/pyusb.SlackBuild +++ b/python/pyusb/pyusb.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyusb -VERSION=${VERSION:-1.1.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +65,7 @@ chmod -R u+w,go-w,a+rX-st . # Can't build the git snapshot. Upstream publishes a modified copy # (with version metadata that setup.py needs), see setuptools-scm. -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG rm -rf build python3 setup.py install --root=$PKG -- cgit v1.2.3