pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-buildbot-www



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 23 09:44:44 UTC 2020

Modified Files:
        pkgsrc/devel/py-buildbot-www: Makefile

Log Message:
py-buildbot-www: needs py-yaml during build


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-buildbot-www/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-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.11 pkgsrc/devel/py-buildbot-www/Makefile:1.12
--- pkgsrc/devel/py-buildbot-www/Makefile:1.11  Sun Feb 23 23:56:49 2020
+++ pkgsrc/devel/py-buildbot-www/Makefile       Mon Mar 23 09:44:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/02/23 23:56:49 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/23 09:44:44 tnn Exp $
 
 DISTNAME=      buildbot-www-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index