aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python-pymisp.inc14
-rw-r--r--recipes-devtools/python/python-pymisp_2.2.bb2
2 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pymisp.inc b/recipes-devtools/python/python-pymisp.inc
new file mode 100644
index 0000000..ca543f0
--- /dev/null
+++ b/recipes-devtools/python/python-pymisp.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Python API for MISP"
+HOMEPAGE = "https://github.com/MISP/PyMISP"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
+SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
+PR = "r0"
+
+SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master"
+
+SRCNAME = "pymisp"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/recipes-devtools/python/python-pymisp_2.2.bb b/recipes-devtools/python/python-pymisp_2.2.bb
new file mode 100644
index 0000000..a0b655f
--- /dev/null
+++ b/recipes-devtools/python/python-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pymisp.inc