Skip to content

Commit b7ff762

Browse files
authored
Merge pull request #3249 from T-Dynamos/pycrypt_fix
`pycryptodome`: update to 3.23.0
2 parents 858b4fd + 96f2401 commit b7ff762

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from pythonforandroid.recipe import PythonRecipe
1+
from pythonforandroid.recipe import PyProjectRecipe
22

33

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']
4+
class PycryptodomeRecipe(PyProjectRecipe):
5+
version = '3.23.0'
6+
url = 'https://github.com/Legrandin/pycryptodome/archive/refs/tags/v{version}.tar.gz'
7+
depends = ['cffi']
88

99

1010
recipe = PycryptodomeRecipe()

0 commit comments

Comments
 (0)