summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com>2018-09-04 23:45:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-06 10:36:05 +0100
commit9ddbff824052751b4d0bb30c453ecb5098d728c9 (patch)
tree2363976ba652322e3bf1b50a4af0eb3eb34cf9d1 /meta/recipes-devtools/python/python3
parent658042073cb58c58ac4db4ff13689d1ffd89b72e (diff)
downloadopenembedded-core-contrib-9ddbff824052751b4d0bb30c453ecb5098d728c9.tar.gz
python3-manifest: Avoid duplicate modules
There was a bug where modules were being added twice to the core package, this patches the manifest to reflect the fix on the create_manifest script. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index e332078de8..90a41fbf29 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -197,10 +197,6 @@
"files": [
"${bindir}/python*[!-config]",
"${includedir}/python${PYTHON_BINABI}/pyconfig*.h",
- "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.py",
- "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.py",
- "${libdir}/python${PYTHON_MAJMIN}/collections",
- "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py",
"${libdir}/python${PYTHON_MAJMIN}/UserDict.py",
"${libdir}/python${PYTHON_MAJMIN}/UserList.py",
"${libdir}/python${PYTHON_MAJMIN}/UserString.py",
@@ -281,6 +277,7 @@
"${libdir}/python${PYTHON_MAJMIN}/selectors.py",
"${libdir}/python${PYTHON_MAJMIN}/signal.py",
"${libdir}/python${PYTHON_MAJMIN}/site.py",
+ "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py",
"${libdir}/python${PYTHON_MAJMIN}/sre_compile.py",
"${libdir}/python${PYTHON_MAJMIN}/sre_constants.py",
"${libdir}/python${PYTHON_MAJMIN}/sre_parse.py",