Received: by mail.netbsd.org (Postfix, from userid 605) id B28BA84E84; Mon, 23 Mar 2020 09:44:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38E3B84DC0 for ; Mon, 23 Mar 2020 09:44:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id q4p1IePtdIw1 for ; Mon, 23 Mar 2020 09:44:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 969AA84CD8 for ; Mon, 23 Mar 2020 09:44:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 920FAFB27; Mon, 23 Mar 2020 09:44:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158495668481760" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 09:44:44 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/py-buildbot-www To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200323094444.920FAFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158495668481760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_158495668481760 Content-Disposition: inline Content-Length: 844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_158495668481760--