Skip to content

Commit

Permalink
Revert "Remove MySQL requirements"
Browse files Browse the repository at this point in the history
This reverts commit c690513.
  • Loading branch information
Zack Cerza committed Oct 30, 2014
1 parent c690513 commit e9e4fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Linux)
fi
;;
Fedora)
for package in python-pip python-virtualenv libevent-devel libvirt-python; do
for package in python-pip python-virtualenv libevent-devel libvirt-python community-mysql-devel; do
if [ "$(rpm -q $package)" == "package $package is not installed" ]; then
missing="${missing:+$missing }$package"
fi
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.14 switches to libev, that means bootstrap needs to change too
gevent == 0.13.6
# If you want to use teuthology-coverage:
#MySQL-python == 1.2.3
# 1.7.7 has AES-128-CBC support for SSH keys, that's needed
MySQL-python == 1.2.3
PyYAML
argparse >= 1.2.1
beanstalkc >= 0.2.0
Expand Down

0 comments on commit e9e4fd9

Please sign in to comment.