Remove boto from requirements.txt
There are no boto imports in glance anymore since the s3 driver moved out with glance_store, so remove the boto requirement from glance. Also cleans up an old install reference for RPMs. Change-Id: Iea294c4416630e441f8a183b32b2f1c9b7b88821
This commit is contained in:
parent
b3edc09221
commit
87e5647018
@ -110,7 +110,7 @@ In case of Fedora 16, for example, do this::
|
||||
$ su -
|
||||
# yum install git
|
||||
# yum install python2-devel python-setuptools python-distutils-extra
|
||||
# yum install python-webob python-eventlet python-boto
|
||||
# yum install python-webob python-eventlet
|
||||
# yum install python-virtualenv
|
||||
|
||||
Build Glance::
|
||||
|
@ -16,7 +16,6 @@ eventlet>=0.16.1
|
||||
PasteDeploy>=1.5.0
|
||||
Routes>=1.12.3,!=2.0
|
||||
WebOb>=1.2.3
|
||||
boto>=2.32.1
|
||||
sqlalchemy-migrate>=0.9.1,!=0.9.2
|
||||
httplib2>=0.7.5
|
||||
kombu>=2.5.0
|
||||
|
Loading…
Reference in New Issue
Block a user