From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] python3-dateutil: Removal of python3-six as a dependency Date: Fri, 14 May 2021 09:12:15 +0200 Message-ID: In-Reply-To: <20210513164708.2889937-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2863703352219794957==" List-Id: --===============2863703352219794957== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - python3-dateutil is installed as a python3 module. > - It had python3-six defined as a dependency. Python3-six is a module that > allows a project to be capable of neing run under python2 or under > python3 > - With the planned removal of python2 there is no need to have > python3-dateutil capable of working with python2. > - python3-six addon is being removed as there is no need for any python3 > module in IPFire to also be capable o0f running under python2 >=20 > Signed-off-by: Adolf Belka > --- > lfs/python3-dateutil | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/python3-dateutil b/lfs/python3-dateutil > index 1d70ac1c2..04bc39cf1 100644 > --- a/lfs/python3-dateutil > +++ b/lfs/python3-dateutil > @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D python3-dateutil > -PAK_VER =3D 3 > +PAK_VER =3D 4 > =20 > -DEPS =3D python3-six > +DEPS =3D=20 > =20 > ##########################################################################= ##### > # Top-level Rules >=20 --===============2863703352219794957==--