Skip to content

Commit

Permalink
Remove requests from KivyRecipe python_depends
Browse files Browse the repository at this point in the history
  • Loading branch information
gdrosos committed Aug 10, 2023
1 parent ea9d534 commit 8e35121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class KivyRecipe(CythonRecipe):
library = "libkivy.a"
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
"pyobjus", "python"]
python_depends = ["certifi", "charset-normalizer", "idna", "requests", "urllib3"]
python_depends = ["certifi", "charset-normalizer", "idna", "urllib3"]
pbx_frameworks = ["OpenGLES", "Accelerate", "CoreMedia", "CoreVideo"]
pre_build_ext = True

Expand Down

0 comments on commit 8e35121

Please sign in to comment.