All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python: move sqlite module into python-sqlite
@ 2018-09-26 11:54 Ross Burton
  2018-09-26 17:58 ` Alejandro Hernandez
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2018-09-26 11:54 UTC (permalink / raw)
  To: openembedded-core

The module was accidentally included in python-misc.

[ YOCTO #12933 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-devtools/python/python/python2-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
index 1e7004e05ea..d3cf66214a3 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -884,6 +884,7 @@
             "core"
         ], 
         "files": [
+            "${libdir}/python2.7/sqlite3/",
             "${libdir}/python2.7/lib-dynload/_sqlite3.so"
         ]
     }, 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] python: move sqlite module into python-sqlite
  2018-09-26 11:54 [PATCH] python: move sqlite module into python-sqlite Ross Burton
@ 2018-09-26 17:58 ` Alejandro Hernandez
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Hernandez @ 2018-09-26 17:58 UTC (permalink / raw)
  To: Ross Burton, openembedded-core

Hey Ross,

On 9/26/2018 4:54 AM, Ross Burton wrote:
> The module was accidentally included in python-misc.
>
> [ YOCTO #12933 ]
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>   meta/recipes-devtools/python/python/python2-manifest.json | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
> index 1e7004e05ea..d3cf66214a3 100644
> --- a/meta/recipes-devtools/python/python/python2-manifest.json
> +++ b/meta/recipes-devtools/python/python/python2-manifest.json
> @@ -884,6 +884,7 @@
>               "core"
>           ],


I'm pretty sure this issue was caused because we had the sqlite3-tests 
package hence we couldnt include the sqlite3 directory on the sqlite3 
package, this should work fine now ( I think).

After editing the manifest you need to run the create_manifest task to 
check for new dependencies that we might have missed, e.g. the sqlite3 
package rdepends on datetime.

Cheers,

Alejandro


>           "files": [
> +            "${libdir}/python2.7/sqlite3/",
>               "${libdir}/python2.7/lib-dynload/_sqlite3.so"
>           ]
>       },


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-26 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 11:54 [PATCH] python: move sqlite module into python-sqlite Ross Burton
2018-09-26 17:58 ` Alejandro Hernandez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.