script also catched this one :-)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=53
This commit is contained in:
parent
421b27f501
commit
6655e38432
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:14:13 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Require python-setuptools instead of distribute (upstreams merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -35,8 +35,8 @@ Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
||||
# obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again
|
||||
Provides: python-setuptools = %{version}
|
||||
Obsoletes: python-setuptools < %{version}
|
||||
Provides: python-distribute = %{version}
|
||||
Obsoletes: python-distribute < %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user