Received: by mail.netbsd.org (Postfix, from userid 605) id 5138784D75; Mon, 1 Mar 2021 11:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B27184CEF for ; Mon, 1 Mar 2021 11:57:21 +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 aC3LRKCByQet for ; Mon, 1 Mar 2021 11:57:21 +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 E0B8584CE0 for ; Mon, 1 Mar 2021 11:57:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA05EFA95; Mon, 1 Mar 2021 11:57:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614599840239380" MIME-Version: 1.0 Date: Mon, 1 Mar 2021 11:57:20 +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: <20210301115720.DA05EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614599840239380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 1 11:57:20 UTC 2021 Modified Files: pkgsrc/devel/py-rlp: Makefile Log Message: (devel/py-rlp) Add DEPENDS+= ${PYPKGPREFIX}-certifi (fix build) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-rlp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614599840239380 Content-Disposition: inline Content-Length: 922 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.7 pkgsrc/devel/py-rlp/Makefile:1.8 --- pkgsrc/devel/py-rlp/Makefile:1.7 Mon Feb 8 06:58:44 2021 +++ pkgsrc/devel/py-rlp/Makefile Mon Mar 1 11:57:20 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/02/08 06:58:44 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/03/01 11:57:20 mef Exp $ DISTNAME= rlp-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,9 @@ COMMENT= Package for Recursive Length Pr LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.2:../../finance/py-eth-utils +DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown +DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi + TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.3:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=2.9.1:../../devel/py-tox --_----------=_1614599840239380--