mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +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:
parent
be04fddedc
commit
c2b210d209
@ -7,7 +7,9 @@ SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
|
|||||||
SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f"
|
SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit setuptools3
|
inherit poetry_core
|
||||||
|
|
||||||
|
PIP_INSTALL_PACKAGE = "pymisp"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-dateutil \
|
${PYTHON_PN}-dateutil \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user