pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/py-esptool py-esptool: fix DEPENDS line



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e88d9bc8c51c
branches:  trunk
changeset: 458873:e88d9bc8c51c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 21 23:26:02 2021 +0000

description:
py-esptool: fix DEPENDS line

diffstat:

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

diffs (18 lines):

diff -r ffef26f0c63d -r e88d9bc8c51c comms/py-esptool/Makefile
--- a/comms/py-esptool/Makefile Tue Sep 21 23:20:53 2021 +0000
+++ b/comms/py-esptool/Makefile Tue Sep 21 23:26:02 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index