diff --git a/pythonforandroid/recipes/pyjnius/__init__.py b/pythonforandroid/recipes/pyjnius/__init__.py index 4d55d3434f..76a69fbbc5 100644 --- a/pythonforandroid/recipes/pyjnius/__init__.py +++ b/pythonforandroid/recipes/pyjnius/__init__.py @@ -9,7 +9,7 @@ class PyjniusRecipe(PyProjectRecipe): version = '1.7.0' url = 'https://github.com/kivy/pyjnius/archive/{version}.zip' name = 'pyjnius' - depends = [('genericndkbuild', 'sdl2', 'sdl3'), 'six'] + depends = [('genericndkbuild', 'sdl2', 'sdl3')] site_packages_name = 'jnius' hostpython_prerequisites = ["Cython<3.2"] patches = [ diff --git a/tests/test_toolchain.py b/tests/test_toolchain.py index 0580763a64..0bf40e17d4 100644 --- a/tests/test_toolchain.py +++ b/tests/test_toolchain.py @@ -84,7 +84,7 @@ def test_create(self): 'hostpython3', 'libffi', 'openssl', 'sqlite3', 'python3', 'genericndkbuild', 'pyjnius', 'android', ] - python_modules = ['six'] + python_modules = [] context = mock.ANY project_dir = None assert m_build_recipes.call_args_list == [