8000
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 7ef857d commit e259b1cCopy full SHA for e259b1c
pythonforandroid/recipes/pyleveldb/__init__.py
@@ -6,11 +6,9 @@ class PyLevelDBRecipe(PythonRecipe):
6
version = '0.193'
7
url = 'https://pypi.python.org/packages/source/l/leveldb/leveldb-{version}.tar.gz'
8
depends = ['leveldb', 'hostpython2', 'python2', 'setuptools']
9
- call_hostpython_via_targetpython = False
10
patches = ['bindings-only.patch']
11
-
12
- def should_build(self, arch):
13
- return not self.ctx.has_package('leveldb', arch.arch)
+ call_hostpython_via_targetpython = False
+ site_packages_name = 'leveldb'
14
15
def build_arch(self, arch):
16
env = self.get_recipe_env(arch)
0 commit comments