14
0

Accepting request 527221 from home:mimi_vx:branches:devel:languages:python

- add test_strace.patch - fixes build

OBS-URL: https://build.opensuse.org/request/show/527221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=7
This commit is contained in:
2017-09-19 07:11:06 +00:00
committed by Git OBS Bridge
parent 00df7650ea
commit 20a1fb2fac
3 changed files with 29 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: GPL-2.0
Group: Development/Languages/Python
Url: http://python-ptrace.readthedocs.io/
Source: https://github.com/haypo/%{pkg_name}/archive/%{pkg_name}-%{version}.tar.gz
Patch0: test_strace.patch
BuildRequires: %{python_module base}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -41,6 +42,7 @@ python-ptrace is a debugger using ptrace written in Python.
%prep
%setup -q -n %{pkg_name}-%{pkg_name}-%{version}
%patch0 -p1
sed -i 's/\x0D$//' doc/*.rst
chmod 0644 examples/*.py