pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rlp



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.

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



Home | Main Index | Thread Index | Old Index