forked from pool/python-ruamel.yaml
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user