1config BR2_PACKAGE_PYTHON_PYNDIFF
2	bool "python-pyndiff"
3	select BR2_PACKAGE_PYTHON_XMLJSON # runtime
4	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
5	help
6	  Generate human-readable ndiff output when comparing 2 Nmap
7	  XML scan files.
8
9	  https://github.com/rackerlabs/pyndiff
10