Skip to content

Commit bcd3f63

Browse files
committed
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
1 parent a90898d commit bcd3f63

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

files/apts/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ iputils-arping
55
libmysqlclient-dev # testonly
66
mysql-server #NOPRIME
77
sudo
8-
python-boto
98
python-iso8601
109
python-paste
1110
python-routes

files/apts/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ python-sqlalchemy
4242
python-suds
4343
python-lockfile
4444
python-m2crypto
45-
python-boto
4645
python-kombu
4746
python-feedparser
4847
python-iso8601

files/rpms-suse/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ebtables
44
iptables
55
iputils
66
mariadb # NOPRIME
7-
python-boto
87
python-eventlet
98
python-greenlet
109
python-iso8601

files/rpms-suse/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ python-PasteDeploy
2323
python-Routes
2424
python-SQLAlchemy
2525
python-Tempita
26-
python-boto
2726
python-cheetah
2827
python-eventlet
2928
python-feedparser

files/rpms/horizon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mod_wsgi # NOPRIME
44
pylint
55
python-anyjson
66
python-BeautifulSoup
7-
python-boto
87
python-coverage
98
python-dateutil
109
python-eventlet

files/rpms/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ mysql-connector-python
88
mysql-devel # testonly
99
mysql-server # NOPRIME
1010
openvswitch # NOPRIME
11-
python-boto
1211
python-eventlet
1312
python-greenlet
1413
python-iso8601

files/rpms/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ mysql-devel # testonly
2020
mysql-server # NOPRIME
2121
parted
2222
polkit
23-
python-boto
2423
python-cheetah
2524
python-eventlet
2625
python-feedparser

0 commit comments

Comments
 (0)