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 54cf321 commit 3d3c545Copy full SHA for 3d3c545
pythonforandroid/recipes/pynacl/__init__.py
@@ -5,7 +5,7 @@
5
class PyNaCLRecipe(CompiledComponentsPythonRecipe):
6
name = 'pynacl'
7
version = '1.3.0'
8
- url = 'https://pypi.python.org/packages/source/P/PyNaCl/PyNaCl-{version}.tar.gz'
+ url = 'https://github.com/pyca/pynacl/archive/refs/tags/{version}.tar.gz'
9
10
depends = ['hostpython3', 'six', 'setuptools', 'cffi', 'libsodium']
11
call_hostpython_via_targetpython = False
0 commit comments