pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-hy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 29 22:09:15 UTC 2022

Modified Files:
        pkgsrc/lang/py-hy: Makefile

Log Message:
py-hy: add missing tool dependency on py-wheel


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py-hy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-hy/Makefile
diff -u pkgsrc/lang/py-hy/Makefile:1.12 pkgsrc/lang/py-hy/Makefile:1.13
--- pkgsrc/lang/py-hy/Makefile:1.12     Sat Nov 26 19:53:38 2022
+++ pkgsrc/lang/py-hy/Makefile  Tue Nov 29 22:09:15 2022
@@ -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
 



Home | Main Index | Thread Index | Old Index