diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:29 -0700 |
| commit | 18a1ec80514b5b84982f5abc234e719566b5657f (patch) | |
| tree | bd70cd2c16592a4f89711cdd1b443aead23eae41 /meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb | |
| parent | 7002ffd2b2aab8373d4e344c1ae4534c6e8851ff (diff) | |
| download | meta-openembedded-18a1ec80514b5b84982f5abc234e719566b5657f.tar.gz | |
python3-pymisp: upgrade 2.4.198 -> 2.5.0
Changes
~~~~~~~
- misp_instance_version_master now uses the 2.5 branch.
- Make mypy happy.
- Only include the changelog in the sdist package.
- [data] describeTypes.json updated.
- Openioc.py is not a script, but had exec bit.
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.198.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb deleted file mode 100644 index b902061c05..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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] = "f5583263c2fcd380570c084b21c4e4812a01c32daa7baafcdc3f87153edc9303" | ||
| 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" | ||
