pkgsrc-WIP-changes archive

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

Register missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon May 7 18:47:41 2018 +0200
Changeset:	fd838a8d0cb33946098d266ea9f7009cbf47af85

Modified Files:
	deepstate/Makefile

Log Message:
Register missing dependencies

It is still missing py-idalink and py-dpkt-fix.

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

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

diffstat:
 deepstate/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/deepstate/Makefile b/deepstate/Makefile
index 5cc0a79b15..00e3f74f66 100644
--- a/deepstate/Makefile
+++ b/deepstate/Makefile
@@ -16,7 +16,17 @@ USE_CMAKE=	yes
 AUTO_MKDIRS=	yes
 
 DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../devel/py-angr
+DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-manticore-[0-9]*:../../devel/py-manticore
+DEPENDS+=	${PYPKGPREFIX}-networkx-[0-9]*:../../math/py-networkx
+DEPENDS+=	${PYPKGPREFIX}-pefile-[0-9]*:../../sysutils/py-pefile
+DEPENDS+=	${PYPKGPREFIX}-ana-[0-9]*:../../wip/py-ana
+DEPENDS+=	${PYPKGPREFIX}-bitstring-[0-9]*:../../wip/py-bitstring
+DEPENDS+=	${PYPKGPREFIX}-cooldict-[0-9]*:../../wip/py-cooldict
+DEPENDS+=	${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
+DEPENDS+=	${PYPKGPREFIX}-mulpyplexer-[0-9]*:../../wip/py-mulpyplexer
+DEPENDS+=	${PYPKGPREFIX}-progressbar-[0-9]*:../../wip/py-progressbar
+DEPENDS+=	${PYPKGPREFIX}-rpyc-[0-9]*:../../wip/py-rpyc
 
 PYTHON_VERSIONS_ACCEPTED=	27
 


Home | Main Index | Thread Index | Old Index