diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-09 18:56:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-09 18:56:08 +0000 |
commit | bc850d7a58b4de41286b0cbe5c4924ebe91f5d63 (patch) | |
tree | 0d2e9183931141d1bbaebd765a3fbbfe274e6ae5 /security/py-rekall | |
parent | ed6b109252b2b079d1faccd295918ec918842fe6 (diff) |
Notes
Diffstat (limited to 'security/py-rekall')
-rw-r--r-- | security/py-rekall/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index 862ef84edbbb..d75215c3b197 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -12,10 +12,8 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 -IGNORE= requires ipython 5.0.0 or higher - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core \ - ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython + ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython NO_ARCH= yes USES= python:2.7 zip |