mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user