- Drop requires on python-pip and python-setuptools, virtualenv ships it's own copies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=33
This commit is contained in:
parent
b6b8c37c4f
commit
e5cc247c07
@ -7,6 +7,7 @@ Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com
|
|||||||
+ Upgraded pip to v1.5
|
+ Upgraded pip to v1.5
|
||||||
+ Upgraded setuptools to v1.4
|
+ Upgraded setuptools to v1.4
|
||||||
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
|
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
|
||||||
|
- Drop requires on python-pip and python-setuptools, virtualenv ships it's own copies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 11 08:50:45 UTC 2013 - speilicke@suse.com
|
Fri Oct 11 08:50:45 UTC 2013 - speilicke@suse.com
|
||||||
|
@ -28,8 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
# Documentation requirements
|
# Documentation requirements
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
Requires: python-pip
|
|
||||||
Requires: python-setuptools
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
Loading…
Reference in New Issue
Block a user