python-libusb1: remove package

This commit is contained in:
Lukas Rusak 2019-07-09 15:55:19 -07:00
parent fb1ecd6c50
commit cd2806d2ae
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -1,16 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="python-libusb1"
PKG_VERSION="1.6.4"
PKG_SHA256="e4876dff281f948cdb57a44535627299c2333e6933fa06bfbc60c26cecd12fb1"
PKG_LICENSE="LGPL"
PKG_SITE="https://github.com/vpelletier/python-libusb1"
PKG_URL="https://github.com/vpelletier/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
PKG_LONGDESC="A pure-python wrapper for libusb-1.0."
PKG_TOOLCHAIN="manual"
make_target() {
python setup.py build
}