[packages/python-debugpy] - attach_linux on x86 only
qboosh
qboosh at pld-linux.org
Wed Jul 7 19:59:30 CEST 2021
commit 77978184b8447ae3b9e5c924b7610c177620cbf9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jul 7 20:02:29 2021 +0200
- attach_linux on x86 only
python-debugpy.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python-debugpy.spec b/python-debugpy.spec
index 4383a1e..15251c6 100644
--- a/python-debugpy.spec
+++ b/python-debugpy.spec
@@ -126,7 +126,9 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitedir}/debugpy/_vendored/pydevd/pydev_ipython
%{py_sitedir}/debugpy/_vendored/pydevd/pydev_sitecustomize
%dir %{py_sitedir}/debugpy/_vendored/pydevd/pydevd_attach_to_process
+%ifarch %{ix86} %{x8664}
%attr(755,root,root) %{py_sitedir}/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_linux_*.so
+%endif
%{py_sitedir}/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
%{py_sitedir}/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.py[co]
%{py_sitedir}/debugpy/_vendored/pydevd/pydevd_concurrency_analyser
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-debugpy.git/commitdiff/77978184b8447ae3b9e5c924b7610c177620cbf9
More information about the pld-cvs-commit
mailing list