New build (#508)
* fix build for openssl 1.1.1b required for sdk (cherry picked from commitaa49e3b275
) * use js code from master * fix openssl recipe and tweak build (cherry picked from commit6e94c27021
) * remove unused build recipes (cherry picked from commitf5c0577bdb
)
This commit is contained in:
parent
f853132e9b
commit
8b2694efb7
340 changed files with 12797 additions and 5034 deletions
p4a/pythonforandroid/recipes/msgpack-python
|
@ -1,12 +1,11 @@
|
|||
import os
|
||||
import sh
|
||||
from pythonforandroid.recipe import CythonRecipe
|
||||
|
||||
|
||||
class MsgPackRecipe(CythonRecipe):
|
||||
version = '0.4.7'
|
||||
url = 'https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-{version}.tar.gz'
|
||||
depends = [('python2', 'python3crystax'), "setuptools"]
|
||||
depends = ["setuptools"]
|
||||
call_hostpython_via_targetpython = False
|
||||
|
||||
|
||||
recipe = MsgPackRecipe()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue