lbry-android-sdk/p4a/pythonforandroid/recipes/six/__init__.py

11 lines
236 B
Python
Raw Normal View History

2022-11-29 21:35:24 +01:00
from pythonforandroid.recipe import PythonRecipe
class SixRecipe(PythonRecipe):
version = '1.15.0'
url = 'https://pypi.python.org/packages/source/s/six/six-{version}.tar.gz'
depends = ['setuptools']
recipe = SixRecipe()