GNOME Bugzilla – Bug 782927
gst-python requires Python 3
Last modified: 2017-05-22 07:29:02 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.
Created attachment 352302 [details] [review] configure: Require Python 3
Instead, we can just disable the IntRange and Int64Range overrides on Python 2 and disable their tests there.