b5e737e575
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: https://github.com/nhoad/python-iwlib/commit/a7c14aff76a28004afb45e08bcf83be5948cb7c1 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
|