Skip to content

Commit abe9962

Browse files
authored
Merge pull request kivy#1505 from kivy/fix_recipes
Fix libnacl recipe missing libsodium
2 parents 1d1dfa2 + 8ca841f commit abe9962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/libnacl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class LibNaClRecipe(PythonRecipe):
55
version = '1.4.4'
66
url = 'https://github.com/saltstack/libnacl/archive/v{version}.tar.gz'
7-
depends = ['hostpython2', 'setuptools']
7+
depends = ['hostpython2', 'setuptools', 'libsodium']
88
site_packages_name = 'libnacl'
99
call_hostpython_via_targetpython = False
1010

0 commit comments

Comments
 (0)