summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-09-21 17:26:09 +0000
committergdt <gdt@pkgsrc.org>2021-09-21 17:26:09 +0000
commit116908ce8ee5821536b382f51bd4d4915135dc9a (patch)
treefbe3f38ae7034f284a82242088bd6904e6a74fe9 /comms
parentec795f7c1cd9b319d92cc5314321f9c6fe22ec0a (diff)
downloadpkgsrc-116908ce8ee5821536b382f51bd4d4915135dc9a.tar.gz
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 (limited to 'comms')
-rw-r--r--comms/py-esptool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index 3b6f2a5eeec..7b4af0137fd 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -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/esptool
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