- remove distutils.cfg (bnc#658604)

* this changes default prefix for distutils to /usr
  * see ML for details:
http://lists.opensuse.org/opensuse-packaging/2012-09/msg00254.html

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=127
This commit is contained in:
Jan Matejek 2012-10-08 16:17:52 +00:00 committed by Git OBS Bridge
parent 2630e55503
commit 37356310c6
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +0,0 @@
[build_py]
optimize=0
[install]
prefix=/usr/local
optimize=0

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 8 14:33:08 UTC 2012 - jmatejek@suse.com
- remove distutils.cfg (bnc#658604)
* this changes default prefix for distutils to /usr
* see ML for details:
http://lists.opensuse.org/opensuse-packaging/2012-09/msg00254.html
-------------------------------------------------------------------
Fri Aug 3 18:43:32 UTC 2012 - dimstar@opensuse.org

View File

@ -30,7 +30,6 @@ Source0: %{tarname}.tar.bz2
Source1: macros.python
Source2: baselibs.conf
Source3: README.SUSE
Source4: distutils.cfg
Source5: _local.pth
# COMMON-PATCH-BEGIN
Patch1: python-2.7-dirs.patch