From 770cba1d555915901a54303109da10e3fa480269 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Feb 2022 18:42:35 -0800 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-python') 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" RDEPENDS:${PN}-pair += "${PN}-core" RDEPENDS:${PN}-dbg = "${PN}" -ALLOW_EMPTY:${PN} = "1" -FILES:${PN} = "" +FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*" FILES:${PN}-test = " \ ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ -- cgit v1.2.3-54-g00ecf