Skip to content

Commit 414f507

Browse files
committed
Merge pull request kivy#714 from brussee/pyleveldb-snappy
Enable snappy recipe for py-leveldb
2 parents cd076e9 + 3dc81ea commit 414f507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyleveldb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class PyLevelDBRecipe(CompiledComponentsPythonRecipe):
66
version = '0.193'
77
url = 'https://pypi.python.org/packages/source/l/leveldb/leveldb-{version}.tar.gz'
8-
depends = ['leveldb', 'hostpython2', 'python2', 'setuptools']
8+
depends = ['snappy', 'leveldb', 'hostpython2', 'python2', 'setuptools']
99
patches = ['bindings-only.patch']
1010
call_hostpython_via_targetpython = False # Due to setuptools
1111
site_packages_name = 'leveldb'

0 commit comments

Comments
 (0)