diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pymisp.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc new file mode 100644 index 000000000..ca543f0ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Python API for MISP" | ||
2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-2-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | ||
6 | SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master" | ||
10 | |||
11 | SRCNAME = "pymisp" | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | RDEPENDS_${PN} += " ${PYTHON_PN}-requests" | ||