1 config BR2_PACKAGE_PYTHON_PYUDEV
3 depends on BR2_PACKAGE_HAS_UDEV
4 select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
5 select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
6 select BR2_PACKAGE_PYTHON_SIX # runtime
8 pyudev is a LGPL licenced, pure Python 2/3 binding to libudev,
9 the device and hardware management and information library of Linux.
11 https://github.com/pyudev/pyudev
13 comment "python-pyudev needs udev /dev management"
14 depends on !BR2_PACKAGE_HAS_UDEV