diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb index 254330bf5d..18f5f9cd90 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb | |||
@@ -7,7 +7,9 @@ SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" | |||
7 | SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f" | 7 | SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | inherit setuptools3 | 10 | inherit poetry_core |
11 | |||
12 | PIP_INSTALL_PACKAGE = "pymisp" | ||
11 | 13 | ||
12 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-dateutil \ | 15 | ${PYTHON_PN}-dateutil \ |