diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 10 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp_2.3.bb (renamed from meta-python/recipes-devtools/python/python-pymisp_2.2.bb) | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.3.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.2.bb) | 2 |
3 files changed, 5 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index ca543f0ef6..9cd0844131 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -1,14 +1,10 @@ | |||
1 | DESCRIPTION = "Python API for MISP" | 1 | DESCRIPTION = "Python API for MISP" |
2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | 2 | HOMEPAGE = "https://github.com/MISP/PyMISP" |
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538" |
6 | SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173" | ||
7 | PR = "r0" | 5 | PR = "r0" |
8 | 6 | ||
9 | SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master" | 7 | SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24" |
10 | 8 | SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e" | |
11 | SRCNAME = "pymisp" | ||
12 | S = "${WORKDIR}/git" | ||
13 | 9 | ||
14 | RDEPENDS_${PN} += " ${PYTHON_PN}-requests" | 10 | 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.3.bb index a0b655fbd1..1b1fbe956e 100644 --- a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb +++ b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit setuptools | 1 | inherit pypi setuptools |
2 | require python-pymisp.inc | 2 | 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.3.bb index e41acd6249..4523d9e30a 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-pymisp.inc | 2 | require python-pymisp.inc |