#2760 closed task (wontfix)
support python3 on centos 7.7+
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | packaging | Version: | 3.0.x |
Keywords: | Cc: | Alex, malex |
Description
CentOS7.1908 Major_Changes: Python 3 is now available. Installing the python3 package gives you the Python 3.6 interpreter.
We'll see if all the packages we need exist.
Change History (6)
comment:1 Changed 2 years ago by
Cc: | Alex added |
---|
comment:2 Changed 2 years ago by
Milestone: | 4.1 → future |
---|---|
Status: | new → assigned |
comment:3 Changed 22 months ago by
Cc: | malex added |
---|
comment:4 Changed 22 months ago by
This is not going to ever happen according to RedHat Support. These dependencies are only available in RHEL8 and by extension in CentOS8
comment:5 Changed 22 months ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This is not going to ever happen according to RedHat? Support
Closing as 'wontfix', we can re-open if they change their mind.
comment:6 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2760
Note: See
TracTickets for help on using
tickets.
Extra packages we need:
python3-Cython
- trivial, just needs tweaks to the specfile forel7
python3-cairo[-devel]
is more of a problem, it is available in EPEL - alternatively, we could build--without-client
and not package the client, or find a 'cairo workaround'.python3-gobject
- that's a bigger problem, again only available in EPEL, and this one we really can't do withoutLet's wait until those packages become available in standard RHEL installations.