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 858b4fd + 96f2401 commit b7ff762Copy full SHA for b7ff762
pythonforandroid/recipes/pycryptodome/__init__.py
@@ -1,10 +1,10 @@
1
-from pythonforandroid.recipe import PythonRecipe
+from pythonforandroid.recipe import PyProjectRecipe
2
3
4
-class PycryptodomeRecipe(PythonRecipe):
5
- version = '3.6.3'
6
- url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
7
- depends = ['setuptools', 'cffi']
+class PycryptodomeRecipe(PyProjectRecipe):
+ version = '3.23.0'
+ url = 'https://github.com/Legrandin/pycryptodome/archive/refs/tags/v{version}.tar.gz'
+ depends = ['cffi']
8
9
10
recipe = PycryptodomeRecipe()
0 commit comments