After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782927 - gst-python requires Python 3
gst-python requires Python 3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
1.12.x
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-21 15:34 UTC by Olivier Crête
Modified: 2017-05-22 07:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: Require Python 3 (882 bytes, patch)
2017-05-21 15:35 UTC, Olivier Crête
none Details | Review

Description Olivier Crête 2017-05-21 15:34:32 UTC
The current version of gst-python (1.12) only works with Python3. It uses some constructs that don't work with Python 2.7.

Attaching a patch to enforce that if we agree that this is desired, otherwise we'll have to fix it.
Comment 1 Olivier Crête 2017-05-21 15:35:18 UTC
Created attachment 352302 [details] [review]
configure: Require Python 3
Comment 2 Olivier Crête 2017-05-21 16:09:29 UTC
Instead, we can just disable the IntRange and Int64Range overrides on Python 2 and disable their tests there.