From 10ec3efe72b7fc2e5208547698788d172b971be5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 5 Jul 2013 21:17:39 -0400 Subject: [PATCH] Remove use of distribute. Change-Id: Ie0f23623febb41bfdba181c690cc0df94a39fa5a Reviewed-on: https://review.openstack.org/35916 Reviewed-by: Jeremy Stanley Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- jeepyb/cmd/run_mirror.py | 3 +-- test-requirements.txt | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/jeepyb/cmd/run_mirror.py b/jeepyb/cmd/run_mirror.py index ed9cf0a..8e84479 100644 --- a/jeepyb/cmd/run_mirror.py +++ b/jeepyb/cmd/run_mirror.py @@ -159,8 +159,7 @@ class Mirror(object): print("Building mirror: %s" % mirror['name']) pip_format = ("%s install -M -U %s --exists-action=w " "--download-cache=%s --build %s -r %s") - venv_format = ("virtualenv --clear --distribute " - "--extra-search-dir=%s %s") + venv_format = ("virtualenv --clear --extra-search-dir=%s %s") workdir = tempfile.mkdtemp() reqs = os.path.join(workdir, "reqs") diff --git a/test-requirements.txt b/test-requirements.txt index 587f4e2..8b2c2da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1 @@ -distribute>=0.6.24 - hacking>=0.5.3,<0.6