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