Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit c645238

Browse files
Update python-mysqldb package name for Ubuntu 20.04 (#997)
1 parent 8a3ffe2 commit c645238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_ubuntu_ci_core_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -e
1818
bash -c "wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -"
1919
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/"$(lsb_release -r -s)"/prod.list)"
2020
sudo apt-get update
21-
sudo apt-get install unixodbc-dev python-mysqldb libmysqlclient-dev
21+
sudo apt-get install unixodbc-dev python3-mysqldb libmysqlclient-dev
2222
ACCEPT_EULA=Y sudo apt-get install msodbcsql17
2323

2424
# Ensure pip, setuptools, and pipenv are latest available versions.

0 commit comments

Comments
 (0)