pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-esptool



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 21 17:26:09 UTC 2021

Modified Files:
        pkgsrc/comms/py-esptool: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/py-esptool/Makefile

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

Modified files:

Index: pkgsrc/comms/py-esptool/Makefile
diff -u pkgsrc/comms/py-esptool/Makefile:1.6 pkgsrc/comms/py-esptool/Makefile:1.7
--- pkgsrc/comms/py-esptool/Makefile:1.6        Thu Sep  9 08:04:23 2021
+++ pkgsrc/comms/py-esptool/Makefile    Tue Sep 21 17:26:09 2021
@@ -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 @@ HOMEPAGE=     https://github.com/espressif/e
 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