lbry-android-sdk/p4a/pythonforandroidold/recipes/pyasn1/__init__.py
2022-12-02 15:15:34 -05:00

11 lines
236 B
Python

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