Fix missing dependency for MySQL 8

This commit is contained in:
Laurent Indermuehle 2022-06-22 16:51:34 +02:00
commit 9699b92008
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

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