summaryrefslogtreecommitdiff
path: root/comms/py-esptool
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-09-21 23:26:02 +0000
committerwiz <wiz@pkgsrc.org>2021-09-21 23:26:02 +0000
commita7ae4244b3228cae9905fec369a05adf21f31b7a (patch)
tree024834f505a2f65508792c7d803b842d0aea4616 /comms/py-esptool
parente3e430d92f9c95aa81c42c0b544ff411921e57fe (diff)
downloadpkgsrc-a7ae4244b3228cae9905fec369a05adf21f31b7a.tar.gz
py-esptool: fix DEPENDS line
Diffstat (limited to 'comms/py-esptool')
-rw-r--r--comms/py-esptool/Makefile4
1 files changed, 2 insertions, 2 deletions
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