15
0
forked from pool/python-datrie

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

Add reproducible.patch to make build reproducible (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/612228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2018-05-25 14:45:59 +00:00
committed by Git OBS Bridge
parent 456242602c
commit 7c76c1dfee
3 changed files with 30 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Group: Development/Languages/Python
Url: https://github.com/kmike/datrie
Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
Patch0: datrie-bigendian.patch
Patch1: reproducible.patch
BuildRequires: %{python_module Cython >= 0.26.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
@@ -43,6 +44,7 @@ A trie data structure for Python (2.x and 3.x). Uses libdatrie.
%prep
%setup -q -n datrie-%{version}
%patch0 -p1
%patch1 -p1
pushd src
cython datrie.pyx
popd