[2/2] python3-dateutil: Removal of python3-six as a dependency

Message ID 20210513164708.2889937-2-adolf.belka@ipfire.org
State Accepted
Commit 64f7cb5b95f843515a29047593e441ed9fe2802e
Headers
Series [1/2] python-six: Removal of python2 & 3 addon versions of six |

Commit Message

Adolf Belka May 13, 2021, 4:47 p.m. UTC
  - 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>
---
 lfs/python3-dateutil | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller May 14, 2021, 7:12 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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>
> ---
>  lfs/python3-dateutil | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = python3-dateutil
> -PAK_VER    = 3
> +PAK_VER    = 4
>  
> -DEPS       = python3-six
> +DEPS       = 
>  
>  ###############################################################################
>  # Top-level Rules
>
  

Patch

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    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-dateutil
-PAK_VER    = 3
+PAK_VER    = 4
 
-DEPS       = python3-six
+DEPS       = 
 
 ###############################################################################
 # Top-level Rules