Skip to content

Commit

Permalink
Update Kivy recipe for 2.2.0 (#802)
Browse files Browse the repository at this point in the history
* Update Kivy recipe for 2.2.0

* Bump to 2.2.0
  • Loading branch information
misl6 authored May 21, 2023
1 parent d9a5777 commit 4c5d955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy_ios/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@


class KivyRecipe(CythonRecipe):
version = "0e77e2ab94e54ebaf1f232f5dd66d4d103e08fbb" # 2.1.0 + camera enhancements
version = "2.2.0"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
"pyobjus", "python"]
python_depends = ["certifi"]
python_depends = ["certifi", "charset-normalizer", "idna", "requests", "urllib3"]
pbx_frameworks = ["OpenGLES", "Accelerate", "CoreMedia", "CoreVideo"]
pre_build_ext = True

Expand Down

0 comments on commit 4c5d955

Please sign in to comment.