- python-2.7.6-bdist-rpm.patch: fix broken "setup.py bdist_rpm" command

(bnc#857470, issue18045)
- multilib patch: add "~/.local/lib64" paths to search path
  (bnc#637176)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=160
This commit is contained in:
Jan Matejek
2014-02-11 19:29:19 +00:00
committed by Git OBS Bridge
parent 4f815b3251
commit 765b7c8fe4
6 changed files with 117 additions and 31 deletions

View File

@@ -64,6 +64,8 @@ Patch26: xmlrpc_gzip_27.patch
Patch27: python-2.7.6-imaplib.patch
Patch28: smtplib_maxline-2.7.patch
Patch29: python-2.7.6-poplib.patch
# [bnc#857470] add missing import to bdist_rpm command
Patch30: python-2.7.6-bdist-rpm.patch
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -192,6 +194,7 @@ implementation of the standard Unix DBM databases.
%patch27 -p1
%patch28 -p1
%patch29 -p1
%patch30 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac