diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-25 18:42:35 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
commit | 770cba1d555915901a54303109da10e3fa480269 (patch) | |
tree | af0a4200cea0bbcd4397e73c0d641f16f847567c /meta-python | |
parent | 9e5f9a7e2d6a082c007e3b3e66e1f6bcf0a63798 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb | 3 |
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" | |||
80 | RDEPENDS:${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
81 | RDEPENDS:${PN}-dbg = "${PN}" | 81 | RDEPENDS:${PN}-dbg = "${PN}" |
82 | 82 | ||
83 | ALLOW_EMPTY:${PN} = "1" | 83 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*" |
84 | FILES:${PN} = "" | ||
85 | 84 | ||
86 | FILES:${PN}-test = " \ | 85 | FILES:${PN}-test = " \ |
87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 86 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |