aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pymisp_2.4.117.2.bb
blob: ad1d1642d601620f39908df19ffe07bd2c146de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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] = "77aef367e57ba7dcc6f9b3d445a960ed"
SRC_URI[sha256sum] = "de67196f6a8916b9c52a84a1c45ea967c53fa9d2b3795b070ad2c1cbc28d79d7"

inherit pypi setuptools

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-dateutil \
    ${PYTHON_PN}-json \
    ${PYTHON_PN}-jsonschema \
    ${PYTHON_PN}-requests \
    ${PYTHON_PN}-six \
"