summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-03-01 11:57:20 +0000
committermef <mef@pkgsrc.org>2021-03-01 11:57:20 +0000
commitadc9ee3de70a3f780c0a042a638a734cbb676567 (patch)
tree8f75471f425becf82af47561923e60725c1df3f4
parenta11073d690acf32a49b10429b24ddf76da3d619a (diff)
downloadpkgsrc-adc9ee3de70a3f780c0a042a638a734cbb676567.tar.gz
(devel/py-rlp) Add DEPENDS+= ${PYPKGPREFIX}-certifi (fix build)
-rw-r--r--devel/py-rlp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-rlp/Makefile b/devel/py-rlp/Makefile
index c8bdc27bdd4..0ca9830ab9b 100644
--- a/devel/py-rlp/Makefile
+++ b/devel/py-rlp/Makefile
@@ -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 Prefix encoding and decoding
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