public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>, Tim Orling <ticotimo@gmail.com>
Subject: [PATCH v5 5/5] python3-numpy: Add python3-resource to ptest deps
Date: Sat, 28 Nov 2020 23:48:02 -0800	[thread overview]
Message-ID: <20201129074802.1493537-5-raj.khem@gmail.com> (raw)
In-Reply-To: <20201129074802.1493537-1-raj.khem@gmail.com>

Fixes
>           import resource
E           ModuleNotFoundError: No module named 'resource'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Tim Orling <ticotimo@gmail.com>
---
 meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb
index 9351e507c1..2bfc913aa0 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb
@@ -49,6 +49,7 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \
 RDEPENDS_${PN}-ptest += "${PYTHON_PN}-pytest \
                          ${PYTHON_PN}-hypothesis \
                          ${PYTHON_PN}-sortedcontainers \
+                         ${PYTHON_PN}-resource \
                          ldd \
 "
 
-- 
2.29.2


      parent reply	other threads:[~2020-11-29  7:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-29  7:47 [PATCH v5 1/5] python3-numpy: Upgrade to 1.19.4 Khem Raj
2020-11-29  7:47 ` [PATCH v5 2/5] python3-numpy: Add ptest Khem Raj
2020-11-30 14:10   ` [OE-core] " Ross Burton
2020-11-30 16:52     ` Khem Raj
2020-11-29  7:48 ` [PATCH v5 3/5] python3-numpy: Add ldd runtime dependency on ptest package Khem Raj
2020-11-29  7:48 ` [PATCH v5 4/5] python3-numpy: Move ptest dependencies to PN-ptest package Khem Raj
2020-11-29  7:48 ` Khem Raj [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=20201129074802.1493537-5-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ticotimo@gmail.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