summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb4
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"
7SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f" 7SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10inherit setuptools3 10inherit poetry_core
11
12PIP_INSTALL_PACKAGE = "pymisp"
11 13
12RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-dateutil \ 15 ${PYTHON_PN}-dateutil \