Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
gnome-music
0001-gnome-music-use-python36.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-gnome-music-use-python36.patch of Package gnome-music
Index: gnome-music-40.1.1/meson.build =================================================================== --- gnome-music-40.1.1.orig/meson.build +++ gnome-music-40.1.1/meson.build @@ -16,9 +16,8 @@ if not py_installation.found() error('No valid python3 binary found') endif -# Python 3.7 is needed for postponed evalution of annotations -if not py_installation.language_version().version_compare('>= 3.7') - error('Python 3.7 or newer is required.') +if not py_installation.language_version().version_compare('>= 3.6') + error('Python 3.6 or newer is required.') endif # Constants
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor