Skip to content

Commit 6d1b9d3

Browse files
committed
Remove freetype's distutils "fallback"
It was actually using distutils every time, apparently?
1 parent 2780fc3 commit 6d1b9d3

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

pythonforandroid/recipes/freetype-py/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class FreetypePyRecipe(PythonRecipe):
55
version = '2.2.0'
66
url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
77
depends = ['freetype']
8-
patches = ['fall-back-to-distutils.patch']
98
site_packages_name = 'freetype'
109

1110

pythonforandroid/recipes/freetype-py/fall-back-to-distutils.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)