lbry-fdroid/p4a/pythonforandroid/recipes/pyasn1/__init__.py

12 lines
236 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.recipe import PythonRecipe
2017-08-13 03:24:00 +02:00
class PyASN1Recipe(PythonRecipe):
version = '0.4.5'
2017-08-13 03:24:00 +02:00
url = 'https://pypi.python.org/packages/source/p/pyasn1/pyasn1-{version}.tar.gz'
depends = []
2017-08-13 03:24:00 +02:00
recipe = PyASN1Recipe()