Skip to content

Commit 05e99ee

Browse files
authored
Merge pull request kivy#1553 from opacam/python-core-pycryptodome
[WIP][CORE UPDATE - PART XII] Pycryptodome for both versions of python
2 parents ac76dee + 6e2da38 commit 05e99ee

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
@@ -4,7 +4,7 @@
44
class PycryptodomeRecipe(PythonRecipe):
55
version = '3.4.6'
66
url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
7-
depends = [('python2', 'python3crystax'), 'setuptools', 'cffi']
7+
depends = ['setuptools', 'cffi']
88

99
def get_recipe_env(self, arch=None, with_flags_in_cc=True):
1010
env = super(PycryptodomeRecipe, self).get_recipe_env(arch, with_flags_in_cc)

0 commit comments

Comments
 (0)