All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Khem Raj <raj.khem@gmail.com>, Ross Burton <ross@burtonini.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [PATCH] poetry_core: update for renamed class pip_install_wheel to python_pep517
Date: Sun, 13 Mar 2022 11:41:11 -0700	[thread overview]
Message-ID: <9762ba31-ebb9-ea97-d0aa-7dacc6f67d92@gmail.com> (raw)
In-Reply-To: <CAMKF1soaoBRh1PuF2+ixAAkRTpX7GzOkf5TheQYMq2KgZ2JmHg@mail.gmail.com>



On 3/12/22 15:16, Khem Raj wrote:
> thanks, I also came to same patch huffing and puffing, I have taken
> this one now.

thanks you both. I just hit this in my builds

-armin
>
> On Sat, Mar 12, 2022 at 12:06 PM Ross Burton <ross@burtonini.com> wrote:
>> Signed-off-by: Ross Burton <ross.burton@arm.com>
>> ---
>>   meta-python/classes/poetry_core.bbclass | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-python/classes/poetry_core.bbclass b/meta-python/classes/poetry_core.bbclass
>> index fb37c78c78..b2b80efa4f 100644
>> --- a/meta-python/classes/poetry_core.bbclass
>> +++ b/meta-python/classes/poetry_core.bbclass
>> @@ -1,4 +1,4 @@
>> -inherit pip_install_wheel python3native setuptools3-base
>> +inherit python_pep517 python3native setuptools3-base
>>
>>   DEPENDS += "python3-poetry-core-native"
>>
>> @@ -8,8 +8,8 @@ poetry_core_do_configure () {
>>
>>   # TODO: ideally this uses pypa/build
>>   poetry_core_do_compile () {
>> -    nativepython3 -c "from poetry.core.masonry import api; api.build_wheel('${PIP_INSTALL_DIST_PATH}')"
>> +    nativepython3 -c "from poetry.core.masonry import api; api.build_wheel('${PEP517_WHEEL_PATH}')"
>>   }
>> -do_compile[cleandirs] += "${PIP_INSTALL_DIST_PATH}"
>> +do_compile[cleandirs] += "${PEP517_WHEEL_PATH}"
>>
>>   EXPORT_FUNCTIONS do_configure do_compile
>> --
>> 2.25.1
>>
>>
>>
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#95966): https://lists.openembedded.org/g/openembedded-devel/message/95966
>> Mute This Topic: https://lists.openembedded.org/mt/89739125/3616698
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>



      reply	other threads:[~2022-03-13 18:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12 20:06 [PATCH] poetry_core: update for renamed class pip_install_wheel to python_pep517 Ross Burton
2022-03-12 23:16 ` [oe] " Khem Raj
2022-03-13 18:41   ` akuster808 [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=9762ba31-ebb9-ea97-d0aa-7dacc6f67d92@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=ross@burtonini.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 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.