From 656e70873b63a4e7fb6e24551d6e6a26cff86416 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Mar 2021 10:47:18 +0200 Subject: python3-pymisp: Upgrade 2.4.138 -> 2.4.140 Upgrade to release 2.4.140: - Soft delete object in MISPEvent - Add in ability to add a new cluster relation - MISP Galaxy 2.0 capability Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-pymisp_2.4.140.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb new file mode 100644 index 0000000000..32e673660c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Python API for MISP" +HOMEPAGE = "https://github.com/MISP/PyMISP" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" + +SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" +SRCREV = "39a7b8242f0d3022276d417ec334bb46b890ff23" +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ +" + +# Fixes: python3-pymisp requires /bin/bash, but no +# providers found in RDEPENDS_python3-pymisp? [file-rdep] +RDEPENDS_${PN} += "bash" -- cgit v1.2.3-54-g00ecf