-
Notifications
You must be signed in to change notification settings - Fork 2k
This is a recipe for mysql-connector-python #2974
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
Changes from 8 commits
146b0cd
333a9dd
0e506c0
d118c6f
b42cd1e
89f1869
ae6e077
9d6f182
0823f81
c561230
64f3216
8605308
90227b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| from pythonforandroid.recipe import CompiledComponentsPythonRecipe | ||
|
|
||
|
|
||
| class MySQLConnectorPythonRecipe(CompiledComponentsPythonRecipe): | ||
|
|
||
| name = 'mysql-connector-python' | ||
| 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 | ||
|
|
||
| depends = ['python3', 'setuptools'] | ||
|
|
||
|
|
||
| recipe = MySQLConnectorPythonRecipe() | ||
Uh oh!
There was an error while loading. Please reload this page.