Projects
Extra
A_sr-Mesa
u_meson-lower-python-version-requirement.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_meson-lower-python-version-requirement.patch of Package A_sr-Mesa
From accbfc5464112a8cd368f0293a7f1e91ff769304 Mon Sep 17 00:00:00 2001 From: Mikhail Paulyshka <me@mixaill.net> Date: Thu, 20 Feb 2025 15:17:05 +0300 Subject: [PATCH 1/1] meson: lower python version requirement --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mesa-25.3.0/meson.build =================================================================== --- mesa-25.3.0.orig/meson.build +++ mesa-25.3.0/meson.build @@ -935,7 +935,7 @@ if get_option('allow-kcmp') \ endif # On Windows, a venv has no versioned aliased to 'python'. -prog_python = find_program('python3', 'python', version : '>= 3.9') +prog_python = find_program('python3', 'python', version : '>= 3.6') has_mako = run_command( prog_python, '-c',
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.