don't install boto from packages

installing boto from packages pins some other pure python libraries
(like requests) in an unexpected way. As this is pure python we should
instead let this be install from pip and thus be controlled by global
requirements.

Change-Id: If5df9de8c3e1ad8faceab4b43c86134dbbc55a51
This commit is contained in:
Sean Dague 2014-09-03 11:30:54 -04:00
parent a90898d904
commit bcd3f63a99
7 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,6 @@ iputils-arping
libmysqlclient-dev # testonly libmysqlclient-dev # testonly
mysql-server #NOPRIME mysql-server #NOPRIME
sudo sudo
python-boto
python-iso8601 python-iso8601
python-paste python-paste
python-routes python-routes

View File

@ -42,7 +42,6 @@ python-sqlalchemy
python-suds python-suds
python-lockfile python-lockfile
python-m2crypto python-m2crypto
python-boto
python-kombu python-kombu
python-feedparser python-feedparser
python-iso8601 python-iso8601

View File

@ -4,7 +4,6 @@ ebtables
iptables iptables
iputils iputils
mariadb # NOPRIME mariadb # NOPRIME
python-boto
python-eventlet python-eventlet
python-greenlet python-greenlet
python-iso8601 python-iso8601

View File

@ -23,7 +23,6 @@ python-PasteDeploy
python-Routes python-Routes
python-SQLAlchemy python-SQLAlchemy
python-Tempita python-Tempita
python-boto
python-cheetah python-cheetah
python-eventlet python-eventlet
python-feedparser python-feedparser

View File

@ -4,7 +4,6 @@ mod_wsgi # NOPRIME
pylint pylint
python-anyjson python-anyjson
python-BeautifulSoup python-BeautifulSoup
python-boto
python-coverage python-coverage
python-dateutil python-dateutil
python-eventlet python-eventlet

View File

@ -8,7 +8,6 @@ mysql-connector-python
mysql-devel # testonly mysql-devel # testonly
mysql-server # NOPRIME mysql-server # NOPRIME
openvswitch # NOPRIME openvswitch # NOPRIME
python-boto
python-eventlet python-eventlet
python-greenlet python-greenlet
python-iso8601 python-iso8601

View File

@ -20,7 +20,6 @@ mysql-devel # testonly
mysql-server # NOPRIME mysql-server # NOPRIME
parted parted
polkit polkit
python-boto
python-cheetah python-cheetah
python-eventlet python-eventlet
python-feedparser python-feedparser