From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3
Date: Wed, 6 Oct 2021 19:11:45 +0300 [thread overview]
Message-ID: <20211006161147.19864-1-asafka7@gmail.com> (raw)
According to the package realease notes
(https://github.com/oauthlib/oauthlib/releases/tag/v3.1.1),
python2 isn't supported.
All the reverse dependencies are already python3-only.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-oauthlib/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-oauthlib/Config.in b/package/python-oauthlib/Config.in
index 65016c1d08..0084e7cbd9 100644
--- a/package/python-oauthlib/Config.in
+++ b/package/python-oauthlib/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_OAUTHLIB
bool "python-oauthlib"
+ depends on BR2_PACKAGE_PYTHON3
help
A generic, spec-compliant, thorough implementation of the
OAuth request-signing logic.
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2021-10-06 16:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 16:11 Asaf Kahlon [this message]
2021-10-06 16:11 ` [Buildroot] [PATCH 1/2] package/supervisor: remove the dependency on python-meld3 Asaf Kahlon
2021-10-06 16:11 ` [Buildroot] [PATCH 2/2] package/python-meld3: drop package Asaf Kahlon
2021-10-07 20:33 ` Peter Korsgaard
2021-10-07 20:34 ` [Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3 Peter Korsgaard
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=20211006161147.19864-1-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.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