- Don't drop shipped setuptools / pip, they've been fetched from the

interwebs previously. It doesn't make sense to use the (currently
  matching) system equivalents, it's meant to be self-contained

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=27
This commit is contained in:
Sascha Peilicke 2013-07-29 15:25:13 +00:00 committed by Git OBS Bridge
parent a2802a2992
commit d364ce80d9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 29 15:28:21 UTC 2013 - speilicke@suse.com
- Don't drop shipped setuptools / pip, they've been fetched from the
interwebs previously. It doesn't make sense to use the (currently
matching) system equivalents, it's meant to be self-contained
-------------------------------------------------------------------
Mon Jul 29 14:39:38 UTC 2013 - speilicke@suse.com

View File

@ -62,7 +62,6 @@ libraries either).
%prep
%setup -q -n virtualenv-%{version}
rm virtualenv_support/*.gz # Remove in-tree libraries that are available as packages too
%build
python setup.py build