Fix missing package when using sha256_password with MySQL 8

This commit is contained in:
Laurent Indermuehle 2022-08-12 14:45:36 +02:00
commit ffcffe943f
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -23,6 +23,7 @@ install_prereqs:
install_python_prereqs:
- python3-dev
- python3-cryptography
- default-libmysqlclient-dev
- build-essential