From: Jose Lamego <jose.a.lamego@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/3] python3-pip: Remove pth file creation at recipe level
Date: Wed, 8 Feb 2017 16:31:32 -0600 [thread overview]
Message-ID: <d0dd2aed-a01e-e13a-1bd6-52b1fe06ee07@linux.intel.com> (raw)
In-Reply-To: <6ce58472f6ceb0f6e59a215dbbc8343b187931b4.1484667160.git.jose.a.lamego@linux.intel.com>
[-- Attachment #1.1: Type: text/plain, Size: 1094 bytes --]
Ping.
On 01/17/2017 09:42 AM, Jose Lamego wrote:
> Handling of installed eggs is now performed at the distutils3 bbclass.
>
> This change removes the pth file creation at recipe level.
>
> [YOCTO #8673]
>
> Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
> ---
> meta/recipes-devtools/python/python3-pip_9.0.1.bb | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
> index 6ac94bb..9dce107 100644
> --- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb
> +++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
> @@ -31,9 +31,6 @@ do_install_append() {
>
> # Install as pip3 and leave pip2 as default
> rm ${D}/${bindir}/pip
> -
> - # Installed eggs need to be passed directly to the interpreter via a pth file
> - echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}-${PV}.pth
> }
>
> RDEPENDS_${PN} = "\
>
--
Jose Lamego | OTC Embedded Platforms & Tools | GDC
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]
next prev parent reply other threads:[~2017-02-08 22:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 15:42 [PATCH 0/3] distutils3: add egg files to path Jose Lamego
2017-01-17 15:42 ` [PATCH 1/3] distutils3.bbclass: add egg files/directories to python path Jose Lamego
2017-02-08 22:30 ` Jose Lamego
2017-03-13 20:30 ` Jose Lamego
2017-01-17 15:42 ` [PATCH 2/3] python3-pip: Remove pth file creation at recipe level Jose Lamego
2017-02-08 22:31 ` Jose Lamego [this message]
2017-03-13 20:31 ` Jose Lamego
2017-01-17 15:42 ` [PATCH 3/3] python3-setuptools: " Jose Lamego
2017-02-08 22:31 ` Jose Lamego
2017-03-13 20:31 ` Jose Lamego
2017-01-17 17:09 ` [PATCH 0/3] distutils3: add egg files to path Burton, Ross
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=d0dd2aed-a01e-e13a-1bd6-52b1fe06ee07@linux.intel.com \
--to=jose.a.lamego@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/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 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.