forked from pool/python-setuptools
- Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=52
This commit is contained in:
committed by
Git OBS Bridge
parent
54322c59fb
commit
421b27f501
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Oct 11 08:40:08 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -35,8 +35,8 @@ Requires(post): update-alternatives
|
|||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
||||||
# obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again
|
# obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again
|
||||||
Provides: python-distribute = %{version}
|
Provides: python-setuptools = %{version}
|
||||||
Obsoletes: python-distribute < %{version}
|
Obsoletes: python-setuptools < %{version}
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
Reference in New Issue
Block a user