17
0

- Add patch support-python314.patch:

* Support new Python 3.14 linkat.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=22
This commit is contained in:
2025-12-11 06:01:27 +00:00
committed by Git OBS Bridge
parent 8ed7a83475
commit b2f258da7d
3 changed files with 33 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ Summary: Python binding for ptrace
License: GPL-2.0-only
URL: https://github.com/vstinner/python-ptrace
Source: https://github.com/haypo/python-ptrace/archive/%{pyversion}.tar.gz#/python-ptrace-%{pyversion}.tar.gz
# PATCH-FIX-UPSTREAM gh#vstinner/python-ptrace#91
Patch0: support-python314.patch
%if "%{flavor}" == "cptrace"
BuildRequires: %{python_module devel}
%else