From 847a5d1fa07347ef0dab236fd6ab41670cbbccb5 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Feb 2024 18:17:59 +0000 Subject: python3-pymisp: update to version 2.4.184 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-pymisp_2.4.184.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb new file mode 100644 index 0000000000..b0e62bae28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Python API for MISP" +HOMEPAGE = "https://github.com/MISP/PyMISP" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" + +SRC_URI[sha256sum] = "fbd9089c867a63144562932862474910696ab57f4786a4b7c1a0b28ba204c0ae" + +inherit python_poetry_core pypi + +PIP_INSTALL_PACKAGE = "pymisp" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-deprecated \ + ${PYTHON_PN}-wrapt \ +" + +# 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