Skip to content

Commit fbd5255

Browse files
authored
Merge pull request #3130 from AndreMiras/feature/drop_libmysqlclient_recipe
🔥 Drop libmysqlclient recipe, closes #2808
2 parents 4d2d5f0 + e9dbcfd commit fbd5255

File tree

8 files changed

+0
-138
lines changed

8 files changed

+0
-138
lines changed

ci/constants.py

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class TargetPython(Enum):
3333
'twisted',
3434
# genericndkbuild is incompatible with sdl2 (which is build by default when targeting sdl2 bootstrap)
3535
'genericndkbuild',
36-
# libmysqlclient gives a linker failure (See issue #2808)
37-
'libmysqlclient',
3836
# boost gives errors (requires numpy? syntax error in .jam?)
3937
'boost',
4038
# libtorrent gives errors (requires boost. Also, see issue #2809, to start with)

pythonforandroid/recipes/libmysqlclient/Linux.cmake

-5
This file was deleted.

pythonforandroid/recipes/libmysqlclient/__init__.py

-67
This file was deleted.

pythonforandroid/recipes/libmysqlclient/add-custom-platform.patch

-8
This file was deleted.

pythonforandroid/recipes/libmysqlclient/disable-soname.patch

-11
This file was deleted.

pythonforandroid/recipes/libmysqlclient/disable-soversion.patch

-12
This file was deleted.

pythonforandroid/recipes/libmysqlclient/p4a.cmake

-3
This file was deleted.

tests/recipes/test_libmysqlclient.py

-30
This file was deleted.

0 commit comments

Comments
 (0)