From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../python/python-pymisp_2.4.119.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-pymisp_2.4.119.1.bb (limited to 'external/meta-python2/recipes-devtools/python/python-pymisp_2.4.119.1.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-pymisp_2.4.119.1.bb b/external/meta-python2/recipes-devtools/python/python-pymisp_2.4.119.1.bb new file mode 100644 index 00000000..627716b5 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-pymisp_2.4.119.1.bb @@ -0,0 +1,27 @@ +SUMMARY = "Python API for MISP" +DESCRIPTION = "PyMISP is a Python library to access MISP platforms via their \ +REST API. \ +\ +PyMISP allows you to fetch events, add or update events/attributes, add or \ +update samples or search for attributes." +HOMEPAGE = "https://github.com/MISP/PyMISP" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" + +SRC_URI[md5sum] = "57184785340e25469e4a80ff9ddce09e" +SRC_URI[sha256sum] = "594ea0a9e150052232425009eac6dd104a80f494d0e273cc48dd114d7ea8482b" + +inherit pypi setuptools + +RDEPENDS_${PN}_append_class-target = " \ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-jsonschema \ +" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-cachetools \ + ${PYTHON_PN}-deprecated \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ +" -- cgit 1.2.3-korg