Skip to content

Commit 3a14735

Browse files
authored
Update __init__.py
1 parent 4b7500f commit 3a14735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pythonforandroid/recipes/grpcio/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ class GrpcioRecipe(PyProjectRecipe):
55
version = '1.64.0'
66
url = 'https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-{version}.tar.gz'
77
depends = ["setuptools", "librt", "libpthread"]
8-
patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch", "use-ndk-zlib-and-openssl-recipe-include.patch"]
8+
patches = [
9+
"comment-getserverbyport-r-args.patch",
10+
"remove-android-log-write.patch",
11+
"use-ndk-zlib-and-openssl-recipe-include.patch"
12+
]
913

1014
def get_recipe_env(self, arch, **kwargs):
1115
env = super().get_recipe_env(arch, **kwargs)

0 commit comments

Comments
 (0)