summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pymisp.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-19 12:55:13 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:01 -0800
commit251f6f9ccc16b635b12545ea6749bfdef44b59ce (patch)
treec0a9b8a6c0be6682552c5855fe21b0fc22db2dbd /meta-python/recipes-devtools/python/python-pymisp.inc
parent597f912aa5fbb5223fa109ed51a24c8ae400b44a (diff)
downloadmeta-openembedded-251f6f9ccc16b635b12545ea6749bfdef44b59ce.tar.gz
python-pymisp: update to version 2.4.84
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pymisp.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pymisp.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc
index 1a0f869872..4abaf97a64 100644
--- a/meta-python/recipes-devtools/python/python-pymisp.inc
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -3,7 +3,12 @@ HOMEPAGE = "https://github.com/MISP/PyMISP"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
5 5
6SRC_URI[md5sum] = "160988f4f6bd56670b28c9791f8a8b55" 6SRC_URI[md5sum] = "0fe33de8e87120a46f917cb6bfa7baee"
7SRC_URI[sha256sum] = "21834f562632cbb87c867c5cd4839799832b5714cc3c8e2797e56c4a72f6e26c" 7SRC_URI[sha256sum] = "6f228e4050252002bd9093378e687cf5eb963fd8fdf3e561453376eda7bc396a"
8 8
9RDEPENDS_${PN} += " ${PYTHON_PN}-requests ${PYTHON_PN}-json ${PYTHON_PN}-jsonschema" 9RDEPENDS_${PN} += " \
10 ${PYTHON_PN}-json \
11 ${PYTHON_PN}-jsonschema \
12 ${PYTHON_PN}-requests \
13 ${PYTHON_PN}-six \
14"