pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-usb



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 05:51:23 UTC 2020

Modified Files:
        pkgsrc/devel/py-usb: Makefile

Log Message:
py-usb: needs setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-usb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-usb/Makefile
diff -u pkgsrc/devel/py-usb/Makefile:1.21 pkgsrc/devel/py-usb/Makefile:1.22
--- pkgsrc/devel/py-usb/Makefile:1.21   Mon Aug 17 07:00:32 2020
+++ pkgsrc/devel/py-usb/Makefile        Tue Aug 18 05:51:23 2020
@@ -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 @@ HOMEPAGE=     https://pyusb.github.io/pyusb/
 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