diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb index b0e62bae28..2e934fc028 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.184.bb | |||
@@ -10,13 +10,13 @@ inherit python_poetry_core pypi | |||
10 | PIP_INSTALL_PACKAGE = "pymisp" | 10 | PIP_INSTALL_PACKAGE = "pymisp" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-dateutil \ | 13 | python3-dateutil \ |
14 | ${PYTHON_PN}-json \ | 14 | python3-json \ |
15 | ${PYTHON_PN}-jsonschema \ | 15 | python3-jsonschema \ |
16 | ${PYTHON_PN}-requests \ | 16 | python3-requests \ |
17 | ${PYTHON_PN}-six \ | 17 | python3-six \ |
18 | ${PYTHON_PN}-deprecated \ | 18 | python3-deprecated \ |
19 | ${PYTHON_PN}-wrapt \ | 19 | python3-wrapt \ |
20 | " | 20 | " |
21 | 21 | ||
22 | # Fixes: python3-pymisp requires /bin/bash, but no | 22 | # Fixes: python3-pymisp requires /bin/bash, but no |