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

14 lines
369 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import PythonRecipe
class Py3DNSRecipe(PythonRecipe):
site_packages_name = 'DNS'
version = '3.2.1'
url = 'https://launchpad.net/py3dns/trunk/{version}/+download/py3dns-{version}.tar.gz'
depends = ['setuptools']
patches = ['patches/android.patch']
call_hostpython_via_targetpython = False
recipe = Py3DNSRecipe()