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
This commit is contained in:
parent
b1fc0235ea
commit
ec00b862b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user