From d364ce80d90d3a4b074078239c2e6929d03ce4d6809a8bf855184af6621084eb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 29 Jul 2013 15:25:13 +0000 Subject: [PATCH] - 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 --- python-virtualenv.changes | 7 +++++++ python-virtualenv.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 7ea2be6..7a1896f 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -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 diff --git a/python-virtualenv.spec b/python-virtualenv.spec index c56641b..8e45928 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -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