- removed obsolete python-setuptools-distutils-log patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=28
This commit is contained in:
Jan Matejek 2009-11-04 17:59:19 +00:00 committed by Git OBS Bridge
parent ea8748b081
commit 8088d31be5
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 4 18:58:21 CET 2009 - matejcik@suse.cz
- removed obsolete python-setuptools-distutils-log patch
-------------------------------------------------------------------
Wed Aug 12 20:07:42 CEST 2009 - matejcik@suse.cz

View File

@ -44,8 +44,7 @@ Url: http://cheeseshop.python.org/pypi/setuptools
Source: setuptools-%{version}.tar.bz2
Source1: psfl.txt
Source2: zpl.txt
Patch1: python-setuptools-distutils-log.diff
Patch2: setuptools-0.6c9-create-sitedir.patch
Patch1: setuptools-0.6c9-create-sitedir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
@ -62,8 +61,7 @@ Authors:
%prep
%setup -q -n setuptools-%{version}
%patch1 -p0
%patch2
%patch1
chmod -x *.txt
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'