]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
python3-dateutil: Removal of python3-six as a dependency
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 13 May 2021 16:47:08 +0000 (18:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 May 2021 11:37:43 +0000 (11:37 +0000)
commit64f7cb5b95f843515a29047593e441ed9fe2802e
treeb66314aa084be012aa7fddf77d453cad9643211e
parent3a61ae73fa179adb24f9feeb8ee486c1900609bf
python3-dateutil: Removal of python3-six as a dependency

- 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

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/python3-dateutil