2017-10-03 11:16:24 +02:00
|
|
|
|
|
|
|
from pythonforandroid.toolchain import PythonRecipe
|
|
|
|
|
|
|
|
|
|
|
|
class PyASN1Recipe(PythonRecipe):
|
2018-05-16 01:49:47 +02:00
|
|
|
version = '0.4.2'
|
2017-10-03 11:16:24 +02:00
|
|
|
url = 'https://pypi.python.org/packages/source/p/pyasn1/pyasn1-{version}.tar.gz'
|
2018-10-07 16:59:03 +02:00
|
|
|
depends = [('python2', 'python3crystax')]
|
|
|
|
|
2017-10-03 11:16:24 +02:00
|
|
|
|
|
|
|
recipe = PyASN1Recipe()
|