Received: by mail.netbsd.org (Postfix, from userid 605) id BD4F984F0B; Mon, 14 Nov 2022 15:12:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE61D84F09 for ; Mon, 14 Nov 2022 15:11:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0B9HefjieuQG for ; Mon, 14 Nov 2022 15:11:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48AD284F08 for ; Mon, 14 Nov 2022 15:11:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42703FA90; Mon, 14 Nov 2022 15:11:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668438719127110" MIME-Version: 1.0 Date: Mon, 14 Nov 2022 15:11:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-pygal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221114151159.42703FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668438719127110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 14 15:11:59 UTC 2022 Modified Files: pkgsrc/graphics/py-pygal: Makefile Log Message: py-pygall: py-test-runner is needed at setup time To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-pygal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668438719127110 Content-Disposition: inline Content-Length: 934 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-pygal/Makefile diff -u pkgsrc/graphics/py-pygal/Makefile:1.15 pkgsrc/graphics/py-pygal/Makefile:1.16 --- pkgsrc/graphics/py-pygal/Makefile:1.15 Wed Nov 2 10:57:29 2022 +++ pkgsrc/graphics/py-pygal/Makefile Mon Nov 14 15:11:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/11/02 10:57:29 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/11/14 15:11:59 wiz Exp $ DISTNAME= pygal-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pyquery-[0 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort -TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner USE_LANGUAGES= # none --_----------=_1668438719127110--