From 251f6f9ccc16b635b12545ea6749bfdef44b59ce Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Dec 2017 12:55:13 -0500 Subject: python-pymisp: update to version 2.4.84 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pymisp.inc | 11 ++++++++--- meta-python/recipes-devtools/python/python-pymisp_2.4.82.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.4.82.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb | 2 ++ 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.82.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.82.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb (limited to 'meta-python/recipes-devtools') 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" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" -SRC_URI[md5sum] = "160988f4f6bd56670b28c9791f8a8b55" -SRC_URI[sha256sum] = "21834f562632cbb87c867c5cd4839799832b5714cc3c8e2797e56c4a72f6e26c" +SRC_URI[md5sum] = "0fe33de8e87120a46f917cb6bfa7baee" +SRC_URI[sha256sum] = "6f228e4050252002bd9093378e687cf5eb963fd8fdf3e561453376eda7bc396a" -RDEPENDS_${PN} += " ${PYTHON_PN}-requests ${PYTHON_PN}-json ${PYTHON_PN}-jsonschema" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ +" diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.82.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.82.bb deleted file mode 100644 index 1b1fbe956e..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.82.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.84.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.82.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.82.bb deleted file mode 100644 index 4523d9e30a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.82.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.84.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit v1.2.3-54-g00ecf