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.
1 parent 1ac0abc commit 3dc81eaCopy full SHA for 3dc81ea
pythonforandroid/recipes/pyleveldb/__init__.py
@@ -5,7 +5,7 @@
5
class PyLevelDBRecipe(CompiledComponentsPythonRecipe):
6
version = '0.193'
7
url = 'https://pypi.python.org/packages/source/l/leveldb/leveldb-{version}.tar.gz'
8
- depends = ['leveldb', 'hostpython2', 'python2', 'setuptools']
+ depends = ['snappy', 'leveldb', 'hostpython2', 'python2', 'setuptools']
9
patches = ['bindings-only.patch']
10
call_hostpython_via_targetpython = False # Due to setuptools
11
site_packages_name = 'leveldb'
0 commit comments