Received: by mail.netbsd.org (Postfix, from userid 605) id 9699485C15; Sun, 11 Apr 2021 05:02:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBF2285BE9 for ; Sun, 11 Apr 2021 05:02:52 +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 IgR21BVR9JCF for ; Sun, 11 Apr 2021 05:02:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A63185BA0 for ; Sun, 11 Apr 2021 05:02:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2434FFA95; Sun, 11 Apr 2021 05:02:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618117372217370" MIME-Version: 1.0 Date: Sun, 11 Apr 2021 05:02:52 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/py-rlp To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210411050252.2434FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618117372217370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 11 05:02:52 UTC 2021 Modified Files: pkgsrc/devel/py-rlp: Makefile Log Message: (devel/py-rlp) adhoc build fix, please correct me if wrong, sorry and thanks WARNING: The wheel package is not available. /usr/pkg/bin/python3.8: No module named pip To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-rlp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618117372217370 Content-Disposition: inline Content-Length: 909 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-rlp/Makefile diff -u pkgsrc/devel/py-rlp/Makefile:1.9 pkgsrc/devel/py-rlp/Makefile:1.10 --- pkgsrc/devel/py-rlp/Makefile:1.9 Mon Mar 1 13:06:38 2021 +++ pkgsrc/devel/py-rlp/Makefile Sun Apr 11 05:02:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/03/01 13:06:38 mef Exp $ +# $NetBSD: Makefile,v 1.10 2021/04/11 05:02:51 mef Exp $ DISTNAME= rlp-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,9 @@ COMMENT= Package for Recursive Length Pr LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.2:../../finance/py-eth-utils +DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi +DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.3:../../devel/py-test --_----------=_1618117372217370--