From a7ae4244b3228cae9905fec369a05adf21f31b7a Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 21 Sep 2021 23:26:02 +0000 Subject: py-esptool: fix DEPENDS line --- comms/py-esptool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/py-esptool') diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile index 7b4af0137fd..4ce10b30756 100644 --- a/comms/py-esptool/Makefile +++ b/comms/py-esptool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/09/21 17:26:09 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/21 23:26:02 wiz Exp $ DISTNAME= esptool-3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/espressif/esptool COMMENT= Firmware tool for ESP8266/ESP32 LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel:../../devel/py-wheel +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-bitstring>=3.1.6:../../devel/py-bitstring DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography -- cgit v1.2.3