mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
python(3)-pymisp: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
parent
2960b6ab85
commit
cb7d7a6e06
14
meta-python/recipes-devtools/python/python-pymisp.inc
Normal file
14
meta-python/recipes-devtools/python/python-pymisp.inc
Normal file
|
|
@ -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"
|
||||
2
meta-python/recipes-devtools/python/python-pymisp_2.2.bb
Normal file
2
meta-python/recipes-devtools/python/python-pymisp_2.2.bb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools
|
||||
require python-pymisp.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools3
|
||||
require python-pymisp.inc
|
||||
Loading…
Reference in New Issue
Block a user