From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/7] python3-trio: Fixes Bug#13076 - allows fuse mount to work again Date: Wed, 10 May 2023 15:04:16 +0200 Message-ID: <20230510130422.2676356-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1800851771201153375==" List-Id: --===============1800851771201153375== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - In Core 173 python3-trio was updated to version 0.22.0 when python was upgr= aded to 3.10.8 Although the build of python3-trio was successful it was missed that there= was a new run-time dependency of python3-exceptiongroup for python3-pyfuse3 to work. python2-flit_scm is required as a build dependency for python3-exceptiongr= oup. - The modified packages were installed in my vm testbed and confirmed that bo= rg mount then worked again. - It was also noted that python3-attr was no longer needed neither as a runti= me dependency nor as a build time dependency. - Dependencies line of python3-trio updated for these two changes. Fixes: Bug#13076 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/python3-trio | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/python3-trio b/lfs/python3-trio index 2cae4bcf6..49f1207ab 100644 --- a/lfs/python3-trio +++ b/lfs/python3-trio @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -33,9 +33,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D python3-trio -PAK_VER =3D 2 +PAK_VER =3D 3 =20 -DEPS =3D python3-attr python3-async_generator python3-attrs python3-sn= iffio python3-sortedcontainers python3-outcome python3-idna +DEPS =3D python3-async_generator python3-attrs python3-sniffio python3= -sortedcontainers python3-outcome python3-idna python3-exceptiongroup =20 SERVICES =3D =20 --=20 2.40.1 --===============1800851771201153375==--