lbry-android-sdk/p4a/pythonforandroidold/recipes/ujson/__init__.py

11 lines
266 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class UJsonRecipe(CompiledComponentsPythonRecipe):
version = '1.35'
url = 'https://pypi.python.org/packages/source/u/ujson/ujson-{version}.tar.gz'
depends = []
recipe = UJsonRecipe()