We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d1dfa2 + 8ca841f commit abe9962Copy full SHA for abe9962
pythonforandroid/recipes/libnacl/__init__.py
@@ -4,7 +4,7 @@
4
class LibNaClRecipe(PythonRecipe):
5
version = '1.4.4'
6
url = 'https://github.com/saltstack/libnacl/archive/v{version}.tar.gz'
7
- depends = ['hostpython2', 'setuptools']
+ depends = ['hostpython2', 'setuptools', 'libsodium']
8
site_packages_name = 'libnacl'
9
call_hostpython_via_targetpython = False
10
0 commit comments