- Add patch python-fix-shebang.patch to fix bsc#1078326

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=219
This commit is contained in:
Tomáš Chvátal
2018-01-30 16:10:19 +00:00
committed by Git OBS Bridge
parent de4df0721d
commit 9cc8a2d881
5 changed files with 34 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
# PATCH-FIX-UPSTREAM bmwiedemann@suse.de -- allow python packages to build reproducibly
Patch38: reproducible.patch
# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
Patch39: python-fix-shebang.patch
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -212,6 +214,7 @@ that rely on earlier non-verification behavior.
%endif
%patch35 -p1
%patch38 -p1
%patch39 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac