[OE-core] [PATCH 1/3] python3: move sqlite files into python-sqlite

Jeroen Hofstee jhofstee at victronenergy.com
Fri Sep 28 19:30:19 UTC 2018


Thanks Ross,

build tested this and:

packages-split/python-sqlite3/usr/lib/python2.7/sqlite3/ now contains 
__init__.py

test end up here:
packages-split/python-tests/usr/lib/python2.7/sqlite3/test/

So solved afaiac,

Regards,
Jeroen


On 09/28/2018 06:06 PM, Ross Burton wrote:
> sqlite3/__init__.py was accidentally included in python3-misc.
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>   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 539b7967b59..f922561368d 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]",



More information about the Openembedded-core mailing list