py-hy: add missing tool dependency on py-wheel
This commit is contained in:
parent
03b6fd8e4b
commit
b033ed3c61
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2022/11/26 19:53:38 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2022/11/29 22:09:15 wiz Exp $
|
||||
|
||||
DISTNAME= hy-0.25.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,6 +10,7 @@ HOMEPAGE= https://docs.hylang.org/
|
|||
COMMENT= Lisp and Python love each other
|
||||
LICENSE= mit
|
||||
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
||||
DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
|
||||
DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=1.0:../../devel/py-funcparserlib
|
||||
|
||||
|
|
Loading…
Reference in a new issue