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