pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/py-esptool comms/py-esptool: Add BUILD-DEPENDS o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75c76356a401
branches:  trunk
changeset: 458869:75c76356a401
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 21 17:26:09 2021 +0000

description:
comms/py-esptool: Add BUILD-DEPENDS on py-wheel

By inspection, setup.py requires py-wheel at build time.

No PKGREVISION++ as either this built and is the same, or didn't use
to build.

diffstat:

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

diffs (18 lines):

diff -r 0cf59af5b448 -r 75c76356a401 comms/py-esptool/Makefile
--- a/comms/py-esptool/Makefile Tue Sep 21 14:44:49 2021 +0000
+++ b/comms/py-esptool/Makefile Tue Sep 21 17:26:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/09/09 08:04:23 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/09/21 17:26:09 gdt Exp $
 
 DISTNAME=      esptool-3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Firmware tool for ESP8266/ESP32
 LICENSE=       gnu-gpl-v2
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel:../../devel/py-wheel
+
 DEPENDS+=      ${PYPKGPREFIX}-bitstring>=3.1.6:../../devel/py-bitstring
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.16.0:../../security/py-ecdsa



Home | Main Index | Thread Index | Old Index