diff mbox series

[1/2] package/python-dbus-fast: drop python-async-timeout dependency

Message ID 20230622053618.3230837-1-m.niestroj@grinn-global.com
State Accepted
Headers show
Series [1/2] package/python-dbus-fast: drop python-async-timeout dependency | expand

Commit Message

Marcin Niestroj June 22, 2023, 5:36 a.m. UTC
async-timeout dependency was dropped upstream for Python 3.11 (see [1]).

[1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-dbus-fast/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Arnout Vandecappelle June 25, 2023, 7:22 p.m. UTC | #1
On 22/06/2023 07:36, Marcin Niestroj wrote:
> async-timeout dependency was dropped upstream for Python 3.11 (see [1]).
> 
> [1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-dbus-fast/Config.in | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/package/python-dbus-fast/Config.in b/package/python-dbus-fast/Config.in
> index c9562fecfa..b7168106d7 100644
> --- a/package/python-dbus-fast/Config.in
> +++ b/package/python-dbus-fast/Config.in
> @@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_DBUS_FAST
>   	bool "python-dbus-fast"
>   	select BR2_PACKAGE_HOST_PYTHON_CYTHON
>   	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
> -	select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
>   	help
>   	  A faster version of dbus-next, a DBus library for Python with
>   	  asyncio support.
Peter Korsgaard July 16, 2023, 6:01 a.m. UTC | #2
>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > async-timeout dependency was dropped upstream for Python 3.11 (see [1]).
 > [1] https://github.com/Bluetooth-Devices/dbus-fast/commit/1b5c9e1cb94d19925776d91196cf1b657264c494

 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed to 2023.02.x and 2023.05.x, thanks.
diff mbox series

Patch

diff --git a/package/python-dbus-fast/Config.in b/package/python-dbus-fast/Config.in
index c9562fecfa..b7168106d7 100644
--- a/package/python-dbus-fast/Config.in
+++ b/package/python-dbus-fast/Config.in
@@ -2,7 +2,6 @@  config BR2_PACKAGE_PYTHON_DBUS_FAST
 	bool "python-dbus-fast"
 	select BR2_PACKAGE_HOST_PYTHON_CYTHON
 	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
-	select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
 	help
 	  A faster version of dbus-next, a DBus library for Python with
 	  asyncio support.