15
0

Accepting request 973746 from home:jbaier_cz:branches:devel:languages:python

add 0000-fix-big-endian-issues.patch to workaround issue 360 on big endian systems

OBS-URL: https://build.opensuse.org/request/show/973746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=61
This commit is contained in:
2022-04-29 09:49:58 +00:00
committed by Git OBS Bridge
parent a0f71a02e3
commit 3f9a35e7d4
3 changed files with 50 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://sourceforge.net/p/ruamel-yaml
Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-%{version}.tar.gz
Patch0: 0000-fix-big-endian-issues.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -38,6 +39,7 @@ of comments, seq/map flow style, and map key order.
%prep
%setup -q -n ruamel.yaml-%{version}
%patch0 -p1
rm -rf *egg-info
%build