pkgsrc-WIP-changes archive

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

py-manticore: register the dependency on py-rlp



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 18 05:33:05 2020 +0200
Changeset:	6a0f53cb5b16817a1cf1c4ff532f68054aa1bb12

Modified Files:
	py-manticore/Makefile

Log Message:
py-manticore: register the dependency on py-rlp

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a0f53cb5b16817a1cf1c4ff532f68054aa1bb12

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-manticore/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-manticore/Makefile b/py-manticore/Makefile
index b054ca26f6..de3b7254db 100644
--- a/py-manticore/Makefile
+++ b/py-manticore/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Symbolic execution tool for analysis of binaries and smart contracts
 LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
-DEPENDS+=	${PYPKGPREFIX}-eth-utils-[0-9]*:../../wip/py-eth-utils
+DEPENDS+=	${PYPKGPREFIX}-rlp-[0-9]*:../../wip/py-rlp
 DEPENDS+=	${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
 DEPENDS+=	${PYPKGPREFIX}-pyelftools-[0-9]*:../../devel/py-pyelftools
 DEPENDS+=	${PYPKGPREFIX}-pysha3-[0-9]*:../../devel/py-pysha3


Home | Main Index | Thread Index | Old Index