Received: by mail.netbsd.org (Postfix, from userid 605) id 6899684E66; Tue, 1 Nov 2022 18:29:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 981E184D4A for ; Tue, 1 Nov 2022 18:29:32 +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 VX4kPgvq2xGT for ; Tue, 1 Nov 2022 18:29:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EC61D84D00 for ; Tue, 1 Nov 2022 18:29:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9544FA90; Tue, 1 Nov 2022 18:29:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667327371233130" MIME-Version: 1.0 Date: Tue, 1 Nov 2022 18:29:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-distro To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221101182931.E9544FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667327371233130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 1 18:29:31 UTC 2022 Modified Files: pkgsrc/devel/py-distro: Makefile Log Message: py-distro: add missing build dependency on py-wheel To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-distro/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667327371233130 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-distro/Makefile diff -u pkgsrc/devel/py-distro/Makefile:1.9 pkgsrc/devel/py-distro/Makefile:1.10 --- pkgsrc/devel/py-distro/Makefile:1.9 Mon Oct 31 13:57:36 2022 +++ pkgsrc/devel/py-distro/Makefile Tue Nov 1 18:29:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/10/31 13:57:36 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/11/01 18:29:31 wiz Exp $ DISTNAME= distro-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/nir0s/distr COMMENT= OS platform information API LICENSE= apache-2.0 +BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none --_----------=_1667327371233130--