[Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies

Peter Korsgaard peter at korsgaard.com
Sat Oct 3 17:08:24 UTC 2020


All the python packages are inside a

if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3

conditional, so no need to repeat it in the Config.in.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-cycler/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-cycler/Config.in b/package/python-cycler/Config.in
index 854873c969..813bc69dd4 100644
--- a/package/python-cycler/Config.in
+++ b/package/python-cycler/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_CYCLER
 	bool "python-cycler"
-	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
 	help
 	  Creates a Cycler objects much like cycler, but
 	  includes input validation.
-- 
2.20.1



More information about the buildroot mailing list