summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 18:42:35 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:32:19 -0800
commit770cba1d555915901a54303109da10e3fa480269 (patch)
treeaf0a4200cea0bbcd4397e73c0d641f16f847567c
parent9e5f9a7e2d6a082c007e3b3e66e1f6bcf0a63798 (diff)
downloadmeta-openembedded-770cba1d555915901a54303109da10e3fa480269.tar.gz
python3-twisted: also ship Twisted-*.dist-info
With the PEP-517 packaging, we need to ship additional FILES-${PN} (the wheel dist-info standard files). This recipe may be overly complicated. This commit is only an attempt to fix the install of the wheel. 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>
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb
index 8fd7801c35..6af9b6b92b 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb
@@ -80,8 +80,7 @@ RDEPENDS:${PN}-flow += "${PN}-core"
80RDEPENDS:${PN}-pair += "${PN}-core" 80RDEPENDS:${PN}-pair += "${PN}-core"
81RDEPENDS:${PN}-dbg = "${PN}" 81RDEPENDS:${PN}-dbg = "${PN}"
82 82
83ALLOW_EMPTY:${PN} = "1" 83FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*"
84FILES:${PN} = ""
85 84
86FILES:${PN}-test = " \ 85FILES:${PN}-test = " \
87 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ 86 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \