package/setools: add comment about Python 3.x dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 16 Jul 2020 21:02:25 +0000 (23:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 27 Jul 2020 13:11:44 +0000 (15:11 +0200)
Commit 09b94b1e8f94d1f49f7a2349b4c8cbfecefa73da forgot to add the
usual comment that python3 dependency is due to python-networkx.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/setools/Config.in

index 3ab7f559489b7e2b7528fa8d1a75a5c3c02103fd..b26029a1623a9b179a4be5c07213550c30e4a975 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_SETOOLS
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_WCHAR
        depends on BR2_USE_MMU
-       depends on BR2_PACKAGE_PYTHON3
+       depends on BR2_PACKAGE_PYTHON3 # python-networkx
        select BR2_PACKAGE_PYTHON_NETWORKX # runtime
        select BR2_PACKAGE_PYTHON_SETUPTOOLS
        select BR2_PACKAGE_LIBSELINUX