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:   wiz
Date:           Tue Sep 21 23:26:02 UTC 2021

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

Log Message:
py-esptool: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/comms/py-esptool/Makefile:1.8
--- pkgsrc/comms/py-esptool/Makefile:1.7        Tue Sep 21 17:26:09 2021
+++ pkgsrc/comms/py-esptool/Makefile    Tue Sep 21 23:26:02 2021
@@ -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/e
 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