Skip to content

Commit 95195cb

Browse files
authored
Merge pull request #1685 from AndreMiras/feature/fix_pycryptodome_version
Downgrade to pycryptodome==3.6.3
2 parents 50afdf1 + 7369668 commit 95195cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pycryptodome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class PycryptodomeRecipe(PythonRecipe):
5-
version = '3.7.3'
5+
version = '3.6.3'
66
url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
77
depends = ['setuptools', 'cffi']
88

0 commit comments

Comments
 (0)