summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb15
1 files changed, 2 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb b/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
index 8ac9ed2be3..99ec763c4d 100644
--- a/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
@@ -21,7 +21,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=104d5c3c653aeededf4076773aa4c236 \
21 21
22SRC_URI[sha256sum] = "951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa405b118" 22SRC_URI[sha256sum] = "951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa405b118"
23 23
24inherit pip_install_wheel python3native python3-dir pypi setuptools3-base 24inherit poetry_core pypi
25
25PIP_INSTALL_PACKAGE = "poetry_core" 26PIP_INSTALL_PACKAGE = "poetry_core"
26 27
27RDEPENDS:${PN}:append:class-target = "\ 28RDEPENDS:${PN}:append:class-target = "\
@@ -42,16 +43,4 @@ RDEPENDS:${PN} += "\
42 python3-six \ 43 python3-six \
43" 44"
44 45
45do_configure () {
46 mkdir -p ${B}/dist
47 cat > ${B}/build-it.py << EOF
48from poetry.core.masonry import api
49api.build_wheel('${B}/dist')
50EOF
51}
52
53do_compile () {
54 ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} ${B}/build-it.py
55}
56
57BBCLASSEXTEND = "native nativesdk" 46BBCLASSEXTEND = "native nativesdk"