diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:02:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:40 -0700 |
| commit | 32c9d9abd22148d3d458033f441bb2d741ed0b75 (patch) | |
| tree | b5873a6c29c4ac68c7dafc5d2770fd4867a52ac7 /meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb | |
| parent | 107e8d739360ca1cb2eb88af95bd15dc7b79759d (diff) | |
| download | meta-openembedded-32c9d9abd22148d3d458033f441bb2d741ed0b75.tar.gz | |
python3-pymisp: upgrade 2.4.196 -> 2.4.197
Changelog:
fix: Avoid printing huge log when a request fails
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb new file mode 100644 index 0000000000..f20716026a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.197.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Python API for MISP" | ||
| 2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "840881779d1762803e9329ae5129a88abb0e6110afb43c9e3e6e3877e5931a6c" | ||
| 7 | |||
| 8 | inherit python_poetry_core pypi | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-dateutil \ | ||
| 12 | python3-json \ | ||
| 13 | python3-jsonschema \ | ||
| 14 | python3-requests \ | ||
| 15 | python3-six \ | ||
| 16 | python3-deprecated \ | ||
| 17 | python3-wrapt \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # Fixes: python3-pymisp requires /bin/bash, but no | ||
| 21 | # providers found in RDEPENDS:python3-pymisp? [file-rdep] | ||
| 22 | RDEPENDS:${PN} += "bash" | ||
