From 3dc81ea6c8e10886e9aa91a18d1a4cb54c5968e6 Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Fri, 15 Apr 2016 23:04:39 +0200 Subject: [PATCH] enable snappy recipe to replace source files; --- pythonforandroid/recipes/pyleveldb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/pyleveldb/__init__.py b/pythonforandroid/recipes/pyleveldb/__init__.py index f6f65aa72b..c3305b07df 100644 --- a/pythonforandroid/recipes/pyleveldb/__init__.py +++ b/pythonforandroid/recipes/pyleveldb/__init__.py @@ -5,7 +5,7 @@ class PyLevelDBRecipe(CompiledComponentsPythonRecipe): version = '0.193' url = 'https://pypi.python.org/packages/source/l/leveldb/leveldb-{version}.tar.gz' - depends = ['leveldb', 'hostpython2', 'python2', 'setuptools'] + depends = ['snappy', 'leveldb', 'hostpython2', 'python2', 'setuptools'] patches = ['bindings-only.patch'] call_hostpython_via_targetpython = False # Due to setuptools site_packages_name = 'leveldb'