xref: /OK3568_Linux_fs/buildroot/package/python-pyndiff/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYNDIFF
2	bool "python-pyndiff"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_XMLJSON # runtime
5	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
6	help
7	  Generate human-readable ndiff output when comparing 2 Nmap
8	  XML scan files.
9
10	  https://github.com/rackerlabs/pyndiff
11