From ec00b862b9963ed43242cf2765ccec2cb37f7872 Mon Sep 17 00:00:00 2001 From: "James E. Blair" <jeblair@openstack.org> Date: Mon, 18 Mar 2013 17:32:36 -0700 Subject: [PATCH] Add importlib. Which is a python2.6-only requirement for kombu. Since we're not yet building the mirror on python2.6, we need to explicitly list it for now. Later we will add a mirror builder for each current OpenStack testing platform. Change-Id: I5254c5d7fdba8707a6f054ff613cea1619c7c0cc --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index 741480fdc5..ca24dc7c1a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -15,6 +15,7 @@ flask==0.9 greenlet>=0.3.1 happybase>=0.4 httplib2 +importlib # required by kombu on python2.6 only and not detected by the mirror script iso8601>=0.1.4 jsonschema kombu>=1.0.4