15
0
forked from pool/python-cffi

- Add 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch as

a workardond against
  https://bitbucket.org/cffi/cffi/issues/378/ (possible bug in
  GCC, see https://bugzilla.redhat.com/1552724).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=50
This commit is contained in:
2018-09-21 05:26:36 +00:00
committed by Git OBS Bridge
parent 78a65200ea
commit 85c14cfd92
3 changed files with 56 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ Source0: https://files.pythonhosted.org/packages/source/c/cffi/cffi-%{ver
Source1: python-cffi-rpmlintrc
# https://bitbucket.org/cffi/cffi/issues/384/
Patch0: e2e324a2f13e3a646de6f6ff03e90ed7d37e2636.patch
# https://bitbucket.org/cffi/cffi/issues/378
Patch1: 3184b0a675fc425b821b528d7fdf744b2f08dadf.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pycparser}
BuildRequires: %{python_module pytest}