pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-rlp (devel/py-rlp) adhoc build fix, please co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4beffc35ca4
branches:  trunk
changeset: 450096:d4beffc35ca4
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Apr 11 05:02:51 2021 +0000

description:
(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

diffstat:

 devel/py-rlp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c5b538ecfadc -r d4beffc35ca4 devel/py-rlp/Makefile
--- a/devel/py-rlp/Makefile     Sun Apr 11 04:31:17 2021 +0000
+++ b/devel/py-rlp/Makefile     Sun Apr 11 05:02:51 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index