From 4e397e16996662bce51608cf5e20448b9803c476 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 28 Sep 2018 17:06:14 +0100 Subject: python3: move sqlite files into python-sqlite sqlite3/__init__.py was accidentally included in python3-misc. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3/python3-manifest.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 539b7967b5..f922561368 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -994,14 +994,9 @@ ], "files": [ "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_sqlite3.*.so", - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/dbapi2.py", - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/dump.py" + "${libdir}/python${PYTHON_MAJMIN}/sqlite3" ], - "cached": [ - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__", - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dbapi2.*.pyc", - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc" - ] + "cached": [] }, "stringold": { "summary": "Python string APIs [deprecated]", -- cgit 1.2.3-korg