diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-10 11:02:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-10 18:21:23 -0700 |
commit | bce68a4739cfc5347fd16de1cbac842f783926f7 (patch) | |
tree | c46d190888727f6915be3a02daa68e55ff18d67c | |
parent | e47b59f413665c526193203c5410542ca8a40210 (diff) | |
download | meta-openembedded-bce68a4739cfc5347fd16de1cbac842f783926f7.tar.gz |
python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
See full changelog https://github.com/MISP/PyMISP/blob/master/CHANGELOG.txt
Also add bash to RDEPENDS
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.4.119.1.bb) | 0 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 6c474920e..d2485ffbd 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MISP/PyMISP" | |||
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "57184785340e25469e4a80ff9ddce09e" | 6 | SRC_URI[md5sum] = "ef41185d4c2753dc2c1a9ab937e3614a" |
7 | SRC_URI[sha256sum] = "594ea0a9e150052232425009eac6dd104a80f494d0e273cc48dd114d7ea8482b" | 7 | SRC_URI[sha256sum] = "ecdc362b4bb5dd500a5f0b9e795b35ed75037de64f8dcf39c24d029e7657ad7f" |
8 | 8 | ||
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS_${PN} += " \ |
10 | ${PYTHON_PN}-dateutil \ | 10 | ${PYTHON_PN}-dateutil \ |
@@ -13,3 +13,7 @@ RDEPENDS_${PN} += " \ | |||
13 | ${PYTHON_PN}-requests \ | 13 | ${PYTHON_PN}-requests \ |
14 | ${PYTHON_PN}-six \ | 14 | ${PYTHON_PN}-six \ |
15 | " | 15 | " |
16 | |||
17 | # Fixes: python3-pymisp requires /bin/bash, but no | ||
18 | # providers found in RDEPENDS_python3-pymisp? [file-rdep | ||
19 | RDEPENDS_${PN} += "bash" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.119.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb index 4523d9e30..4523d9e30 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.119.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb | |||