[poky] [PATCH] python3: manifest: add back missing sqlite3 __init__.py file

Jérôme Carretero cJ-poky at zougloub.eu
Mon Oct 29 07:35:49 PDT 2018


Hi,


Sorry I forgot to state that the patch is for Sumo; Rocko is fine and I
haven't checked for Thud or master (I suppose it's OK, there's a patch
from you that deals with sqlite3).


Regards,

-- 
Jérôme

On Mon, 29 Oct 2018 12:42:45 +0000
"Burton, Ross" <ross.burton at intel.com> wrote:

> Are you sure this is still needed?
> 
> $ oe-pkgdata-util find-path */sqlite3/__init__.py
> python3-sqlite3: /usr/lib/python3.5/sqlite3/__init__.py
> 
> Ross
> On Thu, 25 Oct 2018 at 04:13, Jérôme Carretero <cJ-poky at zougloub.eu> wrote:
> >
> > __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
> > --
> > _______________________________________________
> > poky mailing list
> > poky at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky



More information about the poky mailing list