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

14 lines
320 B
Python

from pythonforandroid.recipe import PythonRecipe
class PyusbRecipe(PythonRecipe):
name = 'pyusb'
version = '1.0.0b1'
url = 'https://pypi.python.org/packages/source/p/pyusb/pyusb-{version}.tar.gz'
depends = []
site_packages_name = 'usb'
patches = ['fix-android.patch']
recipe = PyusbRecipe()