All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][PATCH 3/6] python3-pycups: Inherit setuptools_build_meta
Date: Sat, 26 Feb 2022 23:58:45 -0800	[thread overview]
Message-ID: <20220227075848.610467-3-raj.khem@gmail.com> (raw)
In-Reply-To: <20220227075848.610467-1-raj.khem@gmail.com>

Gets the wheel dependencies sorted during build
Fixes
| error: invalid command 'bdist_wheel'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
index dd00f444ed..3866e60a12 100644
--- a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
+++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
@@ -16,4 +16,4 @@ DEPENDS += "cups"
 # See https://pypi.org/project/pycups/ for data
 SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
 
-inherit pypi setuptools3
\ No newline at end of file
+inherit pypi setuptools_build_meta
-- 
2.35.1



  parent reply	other threads:[~2022-02-27  7:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27  7:58 [meta-oe][PATCH 1/6] python3-apt: Point PYPA_WHEEL to custom location Khem Raj
2022-02-27  7:58 ` [meta-oe][PATCH 2/6] cxxtest: Define PIP_INSTALL_DIST_PATH Khem Raj
2022-02-27  7:58 ` Khem Raj [this message]
2022-02-27  7:58 ` [meta-oe][PATCH 4/6] sanlock: Fix build with wheels on Khem Raj
2022-02-27  7:58 ` [meta-oe][PATCH 5/6] guider: Set PYPA_WHEEL Khem Raj
2022-02-27 16:09   ` [oe] " akuster808
2022-02-27 21:11     ` Khem Raj
2022-02-27  7:58 ` [meta-oe][PATCH 6/6] unattended-upgrades: Migrate to use wheels Khem Raj

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=20220227075848.610467-3-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@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.