Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install pkg-config dependency for mysqlclient>=2.2.0 #241

Commits on Jul 6, 2023

  1. 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.
    MichaelRoytman committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    351253c View commit details
    Browse the repository at this point in the history