14
0

Accepting request 893717 from home:alarrosa:branches:devel:languages:python

- Add patch from upstream to fix build in i586 where a test fails
  due to the y2038 issue:
  * 0001-timestamp-rounding-tests-avoid-y2038-issue.patch

OBS-URL: https://build.opensuse.org/request/show/893717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=17
This commit is contained in:
2021-05-17 12:35:59 +00:00
committed by Git OBS Bridge
parent e8b3a9f18a
commit edb62e2618
3 changed files with 41 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Summary: Python Bindings for the low-level FUSE3 API
License: LGPL-2.1-or-later
URL: https://github.com/libfuse/pyfuse3
Source: https://files.pythonhosted.org/packages/source/p/%{pname}/%{pname}-%{version}.tar.gz
Patch0: 0001-timestamp-rounding-tests-avoid-y2038-issue.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel >= 3.5}
BuildRequires: %{python_module pytest >= 3.4.0}