Skip to content

Commit 9b8444f

Browse files
committed
WL#17048: Remove Python 3.9 support (fix build issues)
Change-Id: Idd2b3bf603afb890c4efa5478cff6b05a696ea99
1 parent ba84a25 commit 9b8444f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mysql-connector-python/cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
%define _build_id_links none
3333
%define current_year %(date +%Y)
3434

35-
%{!?__python3: %global __python3 /usr/bin/python3.12}
36-
%{!?python3_pkgversion: %global python3_pkgversion 3.12}
35+
%global __python3 /usr/bin/python3.12
36+
%global python3_pkgversion 3.12
3737

3838
%{?mysql_capi: %global with_mysql_capi %{mysql_capi}}
3939
%{?extra_compile_args: %global extra_compile_args %{extra_compile_args}}

mysqlx-connector-python/cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
%undefine _package_note_file
3232
%define current_year %(date +%Y)
3333

34-
%{!?__python3: %global __python3 /usr/bin/python3.12}
35-
%{!?python3_pkgversion: %global python3_pkgversion 3.12}
34+
%global __python3 /usr/bin/python3.12
35+
%global python3_pkgversion 3.12
3636

3737
%{?protobuf_include_dir: %global with_protobuf_include_dir %{protobuf_include_dir}}
3838
%{?protobuf_lib_dir: %global with_protobuf_lib_dir %{protobuf_lib_dir}}

0 commit comments

Comments
 (0)