pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyte



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:12:57 UTC 2019

Modified Files:
        pkgsrc/devel/py-pyte: Makefile

Log Message:
Needs py-test-runner.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyte/Makefile

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

Modified files:

Index: pkgsrc/devel/py-pyte/Makefile
diff -u pkgsrc/devel/py-pyte/Makefile:1.1 pkgsrc/devel/py-pyte/Makefile:1.2
--- pkgsrc/devel/py-pyte/Makefile:1.1   Thu Jun 13 09:33:37 2019
+++ pkgsrc/devel/py-pyte/Makefile       Thu Dec 19 22:12:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/06/13 09:33:37 gson Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/19 22:12:57 joerg Exp $
 
 DISTNAME=      pyte-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/selectel/py
 COMMENT=       VTXXX-compatible terminal emulator library
 LICENSE=       gnu-lgpl-v3
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index