python3-pymisp: inherit poetry_core

* Use PEP-517 build-backend instead of setuptools3.
* Also set PIP_INSTALL_PACKAGE = "pymisp"

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Tim Orling
2022-03-01 12:33:53 -08:00
committed by Khem Raj
parent be04fddedc
commit c2b210d209

View File

@@ -7,7 +7,9 @@ SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f"
S = "${WORKDIR}/git"
inherit setuptools3
inherit poetry_core
PIP_INSTALL_PACKAGE = "pymisp"
RDEPENDS:${PN} += " \
${PYTHON_PN}-dateutil \