lbry-android-sdk/p4a/pythonforandroidold/recipes/pyusb/__init__.py

15 lines
320 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
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()