All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Trevor Gamblin <trevor.gamblin@windriver.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-python][PATCH] python3-pytest-subtests: add recipe
Date: Thu, 2 Sep 2021 00:39:56 -0700	[thread overview]
Message-ID: <CAMKF1src+XLKjNYQ2QWq4p1K=k-PJij3nmCupOMn8weTYEP7BA@mail.gmail.com> (raw)
In-Reply-To: <20210901120005.775345-1-trevor.gamblin@windriver.com>

it failed with sha256 checksums errors in fetcher which I fixed and
then it failed again in compile with

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1499

also you forgot to add it to test package group.


On Wed, Sep 1, 2021 at 5:00 AM Trevor Gamblin
<trevor.gamblin@windriver.com> wrote:
>
> Newer versions of python3-cryptography will rely on the subtests fixture
> for their ptests. Add this recipe so that cryptography can be given the
> necessary RDEPENDS when it is upgraded.
>
> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>  .../python/python3-pytest-subtests_0.5.0.bb        | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
> new file mode 100644
> index 000000000..c2bf47203
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "unittest subTest() support and subtests fixture."
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
> +
> +SRC_URI[sha256sum] = "c62d68a84f94f8bc49bbb01b39392953e26a52570ad380581a3b2cc8d7eaa037"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS:${PN} += " \
> +    ${PYTHON_PN}-pytest \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.31.1
>
>
> 
>

  reply	other threads:[~2021-09-02  7:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 12:00 [meta-python][PATCH] python3-pytest-subtests: add recipe Trevor Gamblin
2021-09-02  7:39 ` Khem Raj [this message]
2021-09-02 13:28   ` [oe] " Trevor Gamblin

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='CAMKF1src+XLKjNYQ2QWq4p1K=k-PJij3nmCupOMn8weTYEP7BA@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=trevor.gamblin@windriver.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.