Projects
Extra
A_tw-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_tw-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(-) diff --git a/meson.build b/meson.build index 1bd2bbc0a64..14cbe5b13d2 100644 --- a/meson.build +++ b/meson.build @@ -936,7 +936,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.8') +prog_python = find_program('python3', 'python', version : '>= 3.6') has_mako = run_command( prog_python, '-c', -- 2.48.1
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
.