Config.in 442 B

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