[poky] [PATCH] python3: manifest: add back missing sqlite3 __init__.py file
Jérôme Carretero
cJ-poky at zougloub.eu
Wed Oct 24 20:05:09 PDT 2018
__init__.py was missing since dc24e256a90d4baff117a744ae3677b2edbe9d83
(python3: Fix do_create_manifest for python3-sqlite3).
The usual `import sqlite3` was not producing the intended results.
Signed-off-by: Jérôme Carretero <cJ at zougloub.eu>
---
meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 2491f36db2..df01822c80 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -983,6 +983,7 @@
],
"files": [
"${libdir}/python3.5/lib-dynload/_sqlite3.*.so",
+ "${libdir}/python3.5/sqlite3/__init__.py",
"${libdir}/python3.5/sqlite3/dbapi2.py",
"${libdir}/python3.5/sqlite3/dump.py"
],
--
cJ
More information about the poky
mailing list