Skip to content

Commit

Permalink
Add libmysqlclient-dev to ubuntu requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
Zack Cerza committed Oct 30, 2014
1 parent e9e4fd9 commit e49762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ case "$(uname -s)" in
Linux)
case "$(lsb_release --id --short)" in
Ubuntu|Debian)
for package in python-dev python-pip python-virtualenv libevent-dev python-libvirt; do
for package in python-dev python-pip python-virtualenv libevent-dev python-libvirt libmysqlclient-dev; do
if [ "$(dpkg --status -- $package|sed -n 's/^Status: //p')" != "install ok installed" ]; then
# add a space after old values
missing="${missing:+$missing }$package"
Expand Down

0 comments on commit e49762a

Please sign in to comment.