[packages/python-debugpy] - rel 8, disable debug packages on x32
baggins
baggins at pld-linux.org
Thu May 29 04:09:05 CEST 2025
commit 52a9b12909270c1e115fbc621c7c7ec10b29dd11
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu May 29 04:26:08 2025 +0200
- rel 8, disable debug packages on x32
python-debugpy.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-debugpy.spec b/python-debugpy.spec
index ab3ec1e..bf15a3e 100644
--- a/python-debugpy.spec
+++ b/python-debugpy.spec
@@ -5,7 +5,7 @@ Summary: Implementation of the Debug Adapter Protocol for Python 2
Summary(pl.UTF-8): Implementacja protokołu Debug Adapter Protocol dla Pythona 2
Name: python-debugpy
Version: 1.3.0
-Release: 7
+Release: 8
License: MIT with EPL v1.0, PSF v2, BSD parts
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/debugpy/
@@ -23,6 +23,10 @@ BuildRequires: unzip
Requires: python-modules >= 1:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%ifnarch %{ix86} %{x8664}
+%define _enable_debug_packages 0
+%endif
+
%description
debugpy is an implementation of the Debug Adapter Protocol for Python.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-debugpy.git/commitdiff/52a9b12909270c1e115fbc621c7c7ec10b29dd11
More information about the pld-cvs-commit
mailing list