py-esptool: fix DEPENDS line
This commit is contained in:
parent
e95c79a0de
commit
6f7389e3d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue