Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install pkg-config dependency for mysqlclient>=2.2.0
Repositiories that depend on mysqlclient>=2.2.0 will need to install the package pkg-config in their Dockerfile: PyMySQL/mysqlclient#620. This commit installs the pkg-config package in the Dockerfile. If this is missing, then pip install of mysqlclient fails with an error that includes the following: Exception: Can not find valid pkg-config name. Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually See edx/edx-arch-experiments#349.
- Loading branch information