From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: arnomessiaen@gmail.com
Cc: buildroot@buildroot.org,
James Hilliard <james.hilliard1@gmail.com>,
Asaf Kahlon <asafka7@gmail.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/python-aiohttp-sse-client: new package
Date: Wed, 5 Feb 2025 13:05:08 +0100 [thread overview]
Message-ID: <20250205130508.0f0d2f78@windsurf> (raw)
In-Reply-To: <20240110163726.447025-1-arnomessiaen@gmail.com>
Hello,
On Wed, 10 Jan 2024 17:37:26 +0100
arnomessiaen@gmail.com wrote:
> From: Arno Messiaen <arnomessiaen@gmail.com>
>
> This patch adds the python-aiohttp-sse-client package to buildroot.
> This package adds SSE client support to the aiohttp library, as
> opposed to the already exising python-aiohttp-sse package, which
> only adds sse server support.
>
> Signed-off-by: Arno Messiaen <arnomessiaen@gmail.com>
Sorry for the delay in getting back to you. I have applied your patch
after a few changes.
However, it would be great to have a simple test for this package in
our test suite at support/testing/. Could you have a look at doing this?
> diff --git a/package/python-aiohttp-sse-client/0001-setup.py-remove-pytest-runner-requirement.patch b/package/python-aiohttp-sse-client/0001-setup.py-remove-pytest-runner-requirement.patch
> new file mode 100644
> index 0000000000..96289797f1
> --- /dev/null
> +++ b/package/python-aiohttp-sse-client/0001-setup.py-remove-pytest-runner-requirement.patch
> @@ -0,0 +1,37 @@
> +From fdba1f12843d0fdbd5094144a8081244b71b2cf0 Mon Sep 17 00:00:00 2001
> +From: Arno Messiaen <arnomessiaen@gmail.com>
> +Date: Wed, 22 Nov 2023 08:12:08 +0100
> +Subject: [PATCH] setup.py: remove pytest-runner requirement
> +
> +setup.py: pytest-runner is not required to install the package
> +
This patch lacked an "Upstream:" tag. Which in this case contains "N/A"
as this is really a Buildroot-specific packaging tweak.
> diff --git a/package/python-aiohttp-sse-client/Config.in b/package/python-aiohttp-sse-client/Config.in
> new file mode 100644
> index 0000000000..a4f6a14060
> --- /dev/null
> +++ b/package/python-aiohttp-sse-client/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PYTHON_AIOHTTP_SSE_CLIENT
> + bool "python-aiohttp-sse-client"
> + select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
I've added:
+ select BR2_PACKAGE_PYTHON_ATTRS # runtime
+ select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
+ select BR2_PACKAGE_PYTHON_YARL # runtime
here. Indeed, while they are implied by aiohttp today, this might
change in the future, and those Python modules are directly listed in
aiohttp-sse-client's setup.py.
Thanks, applied with those changes!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2025-02-05 12:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-10 16:37 [Buildroot] [PATCH 1/1] package/python-aiohttp-sse-client: new package arnomessiaen
2025-02-05 12:05 ` Thomas Petazzoni via buildroot [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=20250205130508.0f0d2f78@windsurf \
--to=buildroot@buildroot.org \
--cc=arnomessiaen@gmail.com \
--cc=asafka7@gmail.com \
--cc=james.hilliard1@gmail.com \
--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 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.