Accepting request 572013 from home:michel_mno:branches:devel:languages:python:Factory

- Add python-skip_random_failing_tests.patch bypass boo#1078485
  and exclude many tests for PowerPC

OBS-URL: https://build.opensuse.org/request/show/572013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=221
This commit is contained in:
Tomáš Chvátal
2018-02-02 12:44:43 +00:00
committed by Git OBS Bridge
parent 9cc8a2d881
commit aa4187efd5
5 changed files with 77 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ Patch35: python-ncurses-6.0-accessors.patch
Patch38: reproducible.patch
# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
Patch39: python-fix-shebang.patch
# bypass boo#1078485 random failing tests
Patch40: python-skip_random_failing_tests.patch
# COMMON-PATCH-END
Provides: pyth_doc
Provides: pyth_ps
@@ -109,6 +111,9 @@ Python, and Macintosh Module Reference in PDF format.
%patch35 -p1
%patch38 -p1
%patch39 -p1
%ifarch ppc ppc64 ppc64le
%patch40 -p1
%endif
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac