Skip to content

Commit 8ca841f

Browse files
committed
Fix libnacl recipe missing libsodium
1 parent 1a4a2c3 commit 8ca841f

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
@@ -3,7 +3,7 @@
33
class LibNaClRecipe(PythonRecipe):
44
version = '1.4.4'
55
url = 'https://github.com/saltstack/libnacl/archive/v{version}.tar.gz'
6-
depends = ['hostpython2', 'setuptools']
6+
depends = ['hostpython2', 'setuptools', 'libsodium']
77
site_packages_name = 'libnacl'
88
call_hostpython_via_targetpython = False
99

0 commit comments

Comments
 (0)