8000 Merge pull request #1620 from mahomahomaho/python3-in-cymunk · inclement/python-for-android@230fb66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 230fb66

Browse files
authored
Merge pull request kivy#1620 from mahomahomaho/python3-in-cymunk
- let cymunk also be built with python3 recipe
2 parents df66ff6 + dfd1bd9 commit 230fb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/cymunk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class CymunkRecipe(CythonRecipe):
66
url = 'https://github.com/tito/cymunk/archive/{version}.zip'
77
name = 'cymunk'
88

9-
depends = [('python2', 'python3crystax')]
9+
depends = [('python2', 'python3crystax', 'python3')]
1010

1111

1212
recipe = CymunkRecipe()

0 commit comments

Comments
 (0)
0