From a20a48b1adfc3480b756e7de19f5ae2b6e233206 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 5 Apr 2020 14:39:18 -0400 Subject: python-pymisp: consolidate inc and bb files into a single bb file Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-pymisp_2.4.122.bb | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb index 4523d9e30a..bf2da00662 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb @@ -1,2 +1,21 @@ +DESCRIPTION = "Python API for MISP" +HOMEPAGE = "https://github.com/MISP/PyMISP" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" + +SRC_URI[md5sum] = "ef41185d4c2753dc2c1a9ab937e3614a" +SRC_URI[sha256sum] = "ecdc362b4bb5dd500a5f0b9e795b35ed75037de64f8dcf39c24d029e7657ad7f" + inherit pypi setuptools3 -require python-pymisp.inc + +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