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.
1 parent 1a4a2c3 commit 8ca841fCopy full SHA for 8ca841f
pythonforandroid/recipes/libnacl/__init__.py
@@ -3,7 +3,7 @@
3
class LibNaClRecipe(PythonRecipe):
4
version = '1.4.4'
5
url = 'https://github.com/saltstack/libnacl/archive/v{version}.tar.gz'
6
- depends = ['hostpython2', 'setuptools']
+ depends = ['hostpython2', 'setuptools', 'libsodium']
7
site_packages_name = 'libnacl'
8
call_hostpython_via_targetpython = False
9
0 commit comments