15
0

- Add setuptools-67.3.0.patch to fix test issues with new setuptools.

gh#microsoft/debugpy#1230

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=17
This commit is contained in:
2023-03-16 10:53:35 +00:00
committed by Git OBS Bridge
parent e1e5d8119a
commit 05cb9e6e7c
3 changed files with 32 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT
URL: https://github.com/microsoft/debugpy/
Source: https://github.com/microsoft/debugpy/archive/v%{version}.tar.gz#/debugpy-%{version}.tar.gz
# PATCH-FIX-UPSTREAM setuptools-67.3.0.patch (gh#microsoft/debugpy#1230, gh#microsoft/debugpy@35504f83ed80)
Patch1: setuptools-67.3.0.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}