Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kengoon committed Jun 1, 2024
1 parent 4b7500f commit 3a14735
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pythonforandroid/recipes/grpcio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ class GrpcioRecipe(PyProjectRecipe):
version = '1.64.0'
url = 'https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-{version}.tar.gz'
depends = ["setuptools", "librt", "libpthread"]
patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch", "use-ndk-zlib-and-openssl-recipe-include.patch"]
patches = [
"comment-getserverbyport-r-args.patch",
"remove-android-log-write.patch",
"use-ndk-zlib-and-openssl-recipe-include.patch"
]

def get_recipe_env(self, arch, **kwargs):
env = super().get_recipe_env(arch, **kwargs)
Expand Down

0 comments on commit 3a14735

Please sign in to comment.