From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>,
Bruce Ashfield <bruce.ashfield@gmail.com>,
openembedded-devel@lists.openembedded.org
Cc: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [meta-python][PATCH 093/149] python3-netaddr: stop using PYTHON_PN
Date: Wed, 31 May 2023 10:29:08 +0200 [thread overview]
Message-ID: <20230531083004.11083-2-brgl@bgdev.pl> (raw)
In-Reply-To: <20230531083004.11083-1-brgl@bgdev.pl>
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
We no longer support python2 so switch to using python3 explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb
index ad03eec85..f3d378a59 100644
--- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2
inherit pypi setuptools3
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-pprint \
- ${PYTHON_PN}-xml \
+ python3-pprint \
+ python3-xml \
"
--
2.39.2
next prev parent reply other threads:[~2023-05-31 8:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 8:29 [meta-python][PATCH 092/149] python3-msm: add missing run-time dependencies Bartosz Golaszewski
2023-05-31 8:29 ` Bartosz Golaszewski [this message]
2023-05-31 8:29 ` [meta-python][PATCH 094/149] python3-netaddr: " Bartosz Golaszewski
2023-05-31 8:29 ` [meta-python][PATCH 095/149] python3-ninja-syntax: new package Bartosz Golaszewski
2023-05-31 8:29 ` [meta-python][PATCH 096/149] python3-ninja: add missing run-time dependencies Bartosz Golaszewski
2023-05-31 8:29 ` [meta-python][PATCH 097/149] python3-nmap: " Bartosz Golaszewski
2023-05-31 8:29 ` [meta-python][PATCH 098/149] python3-oslash: " Bartosz Golaszewski
2023-05-31 8:29 ` [meta-python][PATCH 099/149] python3-padaos: " Bartosz Golaszewski
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=20230531083004.11083-2-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=bartosz.golaszewski@linaro.org \
--cc=bruce.ashfield@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@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 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.