Accepting request 753142 from devel:languages:python

- Fix building for s390x (bsc#1158198)

OBS-URL: https://build.opensuse.org/request/show/753142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2019-12-03 11:43:30 +00:00 committed by Git OBS Bridge
commit bffe0e3581
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 2 14:50:25 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
- Fix building for s390x (bsc#1158198)
-------------------------------------------------------------------
Mon Jun 3 10:20:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pygit2
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -62,7 +62,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%check
rm -rf pygit2
%pytest_arch
# test_no_context_lines failing on big endian
# https://github.com/libgit2/pygit2/issues/812
%pytest_arch -k 'not test_no_context_lines'
%files %{python_files}
%license COPYING