mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python-pymisp: update to 2.3
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
committed by
Martin Jansa
parent
306e42cd68
commit
ce933d4db4
@@ -1,14 +1,10 @@
|
|||||||
DESCRIPTION = "Python API for MISP"
|
DESCRIPTION = "Python API for MISP"
|
||||||
HOMEPAGE = "https://github.com/MISP/PyMISP"
|
HOMEPAGE = "https://github.com/MISP/PyMISP"
|
||||||
SECTION = "devel/python"
|
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538"
|
||||||
SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master"
|
SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24"
|
||||||
|
SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e"
|
||||||
SRCNAME = "pymisp"
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
|
RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
inherit setuptools
|
inherit pypi setuptools
|
||||||
require python-pymisp.inc
|
require python-pymisp.inc
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
inherit setuptools3
|
inherit pypi setuptools3
|
||||||
require python-pymisp.inc
|
require python-pymisp.inc
|
||||||
Reference in New Issue
Block a user