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

This is a recipe for mysql-connector-python #2974

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Update pythonforandroid/recipes/mysql-connector-python/__init__.py
Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
  • Loading branch information
kyprosantreou and AndreMiras authored Feb 26, 2024
commit ae6e07770d2d674c575d76d7cb9af097923530ce
3 changes: 2 additions & 1 deletion pythonforandroid/recipes/mysql-connector-python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class MySQLConnectorPythonRecipe(CompiledComponentsPythonRecipe):
version = '8.3.0'
url = (
f'https://dev.mysql.com/get/Downloads/'
f'Connector-J/mysql-connector-j-{version}.tar.gz'
f'Connector-J/mysql-connector-python-{version}.tar.gz'

)
call_hostpython_via_targetpython = False

Expand Down