Skip to content

Commit 665be80

Browse files
committed
[testapp] Let's test Pillow recipe
We also add `harfbuzz` to requirements to have freetype library built with harfbuzz support.
1 parent 9fca4b0 commit 665be80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapps/on_device_unit_tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'apk':
4040
{
4141
'requirements':
42-
'sqlite3,libffi,openssl,pyjnius,kivy,python3,requests',
42+
'sqlite3,libffi,openssl,pyjnius,kivy,python3,requests,harfbuzz,Pillow',
4343
'android-api': 27,
4444
'ndk-api': 21,
4545
'dist-name': 'bdist_unit_tests_app',

0 commit comments

Comments
 (0)