Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-usb py-usb: needs setuptools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1cb9bcba484
branches:  trunk
changeset: 437193:a1cb9bcba484
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 05:51:23 2020 +0000

description:
py-usb: needs setuptools

diffstat:

 devel/py-usb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1d69900d838b -r a1cb9bcba484 devel/py-usb/Makefile
--- a/devel/py-usb/Makefile     Tue Aug 18 05:46:32 2020 +0000
+++ b/devel/py-usb/Makefile     Tue Aug 18 05:51:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 07:00:32 riastradh Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/18 05:51:23 tnn Exp $
 
 VERSION=       1.0.2
 DISTNAME=      pyusb-${VERSION}
@@ -13,6 +13,8 @@
 COMMENT=       Python interface to USB via libusb
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+
 CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
 
 .include "../../mk/libusb.buildlink3.mk"



Home | Main Index | Thread Index | Old Index