From: Alejandro Hernandez <alejandro.enedino.hernandez-samaniego@xilinx.com>
To: Ross Burton <ross.burton@intel.com>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] python3: move sqlite files into python-sqlite
Date: Wed, 26 Sep 2018 11:08:36 -0700 [thread overview]
Message-ID: <01b9521f-32af-0c76-e454-b99479ab88d4@xilinx.com> (raw)
In-Reply-To: <20180926120246.1024-1-ross.burton@intel.com>
Hey Ross,
On 9/26/2018 5:02 AM, Ross Burton wrote:
> sqlite3/__init__.py was accidentally included in python3-misc.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-devtools/python/python3/python3-manifest.json | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
> index 539b7967b59..fe8bb992928 100644
> --- a/meta/recipes-devtools/python/python3/python3-manifest.json
> +++ b/meta/recipes-devtools/python/python3/python3-manifest.json
> @@ -994,13 +994,11 @@
> ],
> "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/*.py"
> ],
For python modules that use an __init__.py file, they need to include
the directory instead of the wildcard *.py, that way when the manifest
is created it passes the whole directory to the new manifest, and it
does check for dependencies with the directory name, otherwise the
wildcard is just ignored and cant check for rdepends.
Cheers,
Alejandro
> "cached": [
> "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__",
> - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dbapi2.*.pyc",
> - "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/dump.*.pyc"
> + "${libdir}/python${PYTHON_MAJMIN}/sqlite3/__pycache__/*.pyc"
> ]
> },
> "stringold": {
prev parent reply other threads:[~2018-09-26 18:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 12:02 [PATCH] python3: move sqlite files into python-sqlite Ross Burton
2018-09-26 18:08 ` Alejandro Hernandez [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01b9521f-32af-0c76-e454-b99479ab88d4@xilinx.com \
--to=alejandro.enedino.hernandez-samaniego@xilinx.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox