15
0

Accepting request 622824 from home:bmwiedemann:branches:devel:languages:python

Add reproducible.patch to sort .o files in linking in order to make build reproducible (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/622824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libsass?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2018-07-14 18:32:27 +00:00
committed by Git OBS Bridge
parent c6660bba18
commit 795efe5159
3 changed files with 36 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ License: MIT
Group: Development/Languages/Python
Url: https://github.com/dahlia/libsass-python
Source: %{_name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM 0.13.3 https://github.com/sass/libsass-python/pull/212 boo#1041090
Patch0: reproducible.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
@@ -50,6 +52,7 @@ with no Ruby stack at all!
%prep
%setup -n %{_name}-%{version}
%patch0 -p1
%build
%python_build