mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -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>
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
config BR2_PACKAGE_PYTHON_IWLIB
|
|
bool "python-iwlib"
|
|
depends on BR2_PACKAGE_WIRELESS_TOOLS_LIB
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
python-iwlib is a package for interfacing with iwlib,
|
|
providing an implementation to the wireless tools in Linux.
|
|
|
|
https://github.com/nhoad/python-iwlib
|