- remove fix-sle11-test-failure.patch: this doesn't build for
SLE11 anymore, so no need to patch it anymore OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=112
This commit is contained in:
parent
b60f7b237a
commit
cf3d602cd8
@ -20,6 +20,8 @@ Thu Jun 8 10:04:16 UTC 2017 - dmueller@suse.com
|
||||
referencing #436. The approach had unintended
|
||||
consequences, causing sdist installs to be missing
|
||||
files.
|
||||
- remove fix-sle11-test-failure.patch: this doesn't build for
|
||||
SLE11 anymore, so no need to patch it anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 13:28:56 UTC 2017 - jmatejek@suse.com
|
||||
|
@ -27,8 +27,6 @@ Group: Development/Languages/Python
|
||||
Source: https://pypi.io/packages/source/s/setuptools/setuptools-%{version}.zip
|
||||
Source1: psfl.txt
|
||||
Source2: zpl.txt
|
||||
# NOTE(toabctl): Fix for SLE11SP3 test failures
|
||||
Patch3: fix-sle11-test-failure.patch
|
||||
BuildRequires: %{python_module appdirs}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module packaging}
|
||||
@ -52,9 +50,7 @@ Requires(postun): update-alternatives
|
||||
Provides: %{oldpython}-distribute = %{version}
|
||||
Obsoletes: %{oldpython}-distribute < %{version}
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%python_subpackages
|
||||
|
||||
@ -66,9 +62,6 @@ especially ones that have dependencies on other packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n setuptools-%{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1220
|
||||
%patch3 -p1
|
||||
%endif
|
||||
find . -type f -name "*.orig" -delete
|
||||
|
||||
# fix rpmlint spurious-executable-perm
|
||||
|
Loading…
x
Reference in New Issue
Block a user