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:
Matt Riedemann 2015-02-24 21:10:17 -08:00
parent b3edc09221
commit 87e5647018
2 changed files with 1 additions and 2 deletions

View File

@ -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::

View File

@ -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