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 ac76dee + 6e2da38 commit 05e99eeCopy full SHA for 05e99ee
pythonforandroid/recipes/pycryptodome/__init__.py
@@ -4,7 +4,7 @@
4
class PycryptodomeRecipe(PythonRecipe):
5
version = '3.4.6'
6
url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
7
- depends = [('python2', 'python3crystax'), 'setuptools', 'cffi']
+ depends = ['setuptools', 'cffi']
8
9
def get_recipe_env(self, arch=None, with_flags_in_cc=True):
10
env = super(PycryptodomeRecipe, self).get_recipe_env(arch, with_flags_in_cc)
0 commit comments