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

Peter Korsgaard peter at korsgaard.com
Sun Oct 4 09:18:30 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=36031fd91da499b9b01fc189d1ffad78d89a1f84
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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.


More information about the buildroot mailing list