pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-ansi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 13 10:07:46 UTC 2022

Modified Files:
        pkgsrc/misc/py-ansi: Makefile

Log Message:
py-ansi: add missing build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-ansi/Makefile

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

Modified files:

Index: pkgsrc/misc/py-ansi/Makefile
diff -u pkgsrc/misc/py-ansi/Makefile:1.5 pkgsrc/misc/py-ansi/Makefile:1.6
--- pkgsrc/misc/py-ansi/Makefile:1.5    Thu Feb 10 14:30:24 2022
+++ pkgsrc/misc/py-ansi/Makefile        Sun Feb 13 10:07:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/02/10 14:30:24 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/13 10:07:46 wiz Exp $
 
 DISTNAME=      ansi-0.3.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/tehmaze/ans
 COMMENT=       ANSI cursor movement and graphics
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index