Skip to content

Commit 2ac3e6f

Browse files
authored
Bump Kivy version to 2.3.1 (#956)
1 parent f804d5a commit 2ac3e6f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

kivy_ios/recipes/kivy/__init__.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@
77

88

99
class KivyRecipe(CythonRecipe):
10-
version = "2.3.0"
10+
version = "2.3.1"
1111
url = "https://github.com/kivy/kivy/archive/{version}.zip"
1212
library = "libkivy.a"
1313
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
1414
"pyobjus", "python"]
15-
python_depends = ["certifi", "charset-normalizer", "idna", "requests", "urllib3"]
15+
python_depends = [
16+
"certifi",
17+
"charset-normalizer",
18+
"idna",
19+
"requests",
20+
"urllib3",
21+
"filetype",
22+
]
1623
pbx_frameworks = ["OpenGLES", "Accelerate", "CoreMedia", "CoreVideo"]
1724
pre_build_ext = True
1825

0 commit comments

Comments
 (0)