Accepting request 478704 from home:bmwiedemann:reproducible:test

- Add reproducible.patch to allow reproducible builds of various
  python packages like python-amqp
  Upstream: https://github.com/python/cpython/pull/296

OBS-URL: https://build.opensuse.org/request/show/478704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=203
This commit is contained in:
Jan Matejek
2017-03-24 17:13:29 +00:00
committed by Git OBS Bridge
parent e76bc8d64f
commit 536145348f
5 changed files with 31 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ Patch34: python-2.7.9-sles-disable-verification-by-default.patch
Patch35: python-ncurses-6.0-accessors.patch
Patch36: python-2.7.13-overflow_check.patch
Patch37: python-2.7.12-makeopcode.patch
# PATCH-FIX-UPSTREAM bmwiedemann@suse.de -- allow python packages to build reproducibly
Patch38: reproducible.patch
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -212,6 +214,7 @@ that rely on earlier non-verification behavior.
%patch35 -p1
%patch36 -p1
%patch37 -p1
%patch38 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac