Signed-off-by: Sven Ebenfeld <[email protected]>
---
 meta-python/recipes-devtools/python/python-pymisp.inc     | 14 ++++++++++++++
 meta-python/recipes-devtools/python/python-pymisp_2.2.bb  |  2 ++
 meta-python/recipes-devtools/python/python3-pymisp_2.2.bb |  2 ++
 3 files changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-pymisp.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.2.bb

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 0000000..ca543f0
--- /dev/null
+++ b/meta-python/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/meta-python/recipes-devtools/python/python-pymisp_2.2.bb 
b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
new file mode 100644
index 0000000..a0b655f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pymisp.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
new file mode 100644
index 0000000..e41acd6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-pymisp.inc
-- 
1.9.1

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to