diff options
author | Derek Straka <derek@asterius.io> | 2017-03-01 09:50:03 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:55 +0100 |
commit | 0b40da2c3409ce8bef6b4fcfe05911847b270949 (patch) | |
tree | 8fdc7229de3ae2b5c30531c98317f0037a12052d | |
parent | 27caea61934ac7cdccde64e29dc8472c1b647e81 (diff) | |
download | meta-openembedded-0b40da2c3409ce8bef6b4fcfe05911847b270949.tar.gz |
python-pymisp: update to version 2.4.67
Verify license remains and update checksum
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp_2.4.67.bb (renamed from meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.67.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 60e7647d6..fe25b50d1 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -1,9 +1,9 @@ | |||
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 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b56d97305d8b2066f2a160d3c8b22f76" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2e1efdc433498cebd33ec277ad8741e5" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "cc19a249418a3752379e6528813a715b" | 6 | SRC_URI[md5sum] = "5320f41bf96cf22d13af7eb31e1d321f" |
7 | SRC_URI[sha256sum] = "3ab6d990e09ca404ce778ebbe6b2fd733dfbd244fe5a5ba3f86efe897a6c5c1d" | 7 | SRC_URI[sha256sum] = "6c7bd97f0ea9c7eb1935902f1bc6fc1ec27eba86056c5b938234a7229891d5a2" |
8 | 8 | ||
9 | RDEPENDS_${PN} += " ${PYTHON_PN}-requests" | 9 | RDEPENDS_${PN} += " ${PYTHON_PN}-requests ${PYTHON_PN}-json ${PYTHON_PN}-jsonschema" |
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb b/meta-python/recipes-devtools/python/python-pymisp_2.4.67.bb index 1b1fbe956..1b1fbe956 100644 --- a/meta-python/recipes-devtools/python/python-pymisp_2.4.65.bb +++ b/meta-python/recipes-devtools/python/python-pymisp_2.4.67.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.67.bb index 4523d9e30..4523d9e30 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.65.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.67.bb | |||