diff --git a/distutils.cfg b/distutils.cfg deleted file mode 100644 index 14839d4..0000000 --- a/distutils.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[build_py] -optimize=0 - -[install] -prefix=/usr/local -optimize=0 diff --git a/python-base.changes b/python-base.changes index bd9fb1b..57543e4 100644 --- a/python-base.changes +++ b/python-base.changes @@ -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 diff --git a/python-base.spec b/python-base.spec index d2c5bc1..ede28ef 100644 --- a/python-base.spec +++ b/python-base.spec @@ -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