Opened 5 years ago
Closed 5 years ago
#59987 closed defect (duplicate)
git: should not depend on python2.7
Reported by: | dmarteau (David Marteau) | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | git |
Description
Git depends on python 2.7
python2.7 is EOL, no packages should depends on it.
Change History (5)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Cc: | ciserlohn@… removed |
---|---|
Owner: | set to ci42 |
Status: | new → assigned |
comment:2 Changed 5 years ago by mojca (Mojca Miklavec)
Cc: | mojca added |
---|
comment:3 Changed 5 years ago by mojca (Mojca Miklavec)
comment:4 Changed 5 years ago by dmarteau (David Marteau)
IMHO, having python3 as a variant could be useful, letting the user to select the python version according to their choosen environment.
comment:5 Changed 5 years ago by raimue (Rainer Müller)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Summary: | Git should not depends ot python2.7 → git: should not depend on python2.7 |
#58862 has points against python 3.x. Let's move the discussion to the older ticket with more information.
Note: See
TracTickets for help on using
tickets.
I tried replacing python 2.7 with 3.8 and the build succeeded. So maybe we should just do that?