mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/nhoad/python-iwlib/blob/1.7.0/README.rst
"1.6: Added support for Python 3 (via migration to CFFI)"
Switched SITE to pypi.
Added dependency to python-cffi:
a7c14aff76
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
589 B
Makefile
16 lines
589 B
Makefile
################################################################################
|
|
#
|
|
# python-iwlib
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IWLIB_VERSION = 1.7.0
|
|
PYTHON_IWLIB_SOURCE = iwlib-$(PYTHON_IWLIB_VERSION).tar.gz
|
|
PYTHON_IWLIB_SITE = https://files.pythonhosted.org/packages/59/44/fd72c0a7094baeb448dc9e87b3d579da98e2b8593c3fe05c5f9dd20dc6bc
|
|
PYTHON_IWLIB_LICENSE = GPL-2.0
|
|
PYTHON_IWLIB_LICENSE_FILES = COPYING
|
|
PYTHON_IWLIB_SETUP_TYPE = setuptools
|
|
PYTHON_IWLIB_DEPENDENCIES = host-python-cffi wireless_tools
|
|
|
|
$(eval $(python-package))
|