These are only needed for teuthology-coverage, which requires a good
amount of extra setup (if it even works).
Signed-off-by: Zack Cerza <zack@cerza.org>
fi
;;
Fedora)
- for package in python-pip python-virtualenv libevent-devel libvirt-python community-mysql-devel; do
+ for package in python-pip python-virtualenv libevent-devel libvirt-python; do
if [ "$(rpm -q $package)" == "package $package is not installed" ]; then
missing="${missing:+$missing }$package"
fi
# 0.14 switches to libev, that means bootstrap needs to change too
gevent == 0.13.6
-# 1.7.7 has AES-128-CBC support for SSH keys, that's needed
-MySQL-python == 1.2.3
+# If you want to use teuthology-coverage:
+#MySQL-python == 1.2.3
PyYAML
argparse >= 1.2.1
beanstalkc >= 0.2.0