From: Peter Korsgaard Date: Sat, 3 Oct 2020 17:08:24 +0000 (+0200) Subject: package/python-cycler: drop redundant python|python3 dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36031fd91da499b9b01fc189d1ffad78d89a1f84;p=buildroot.git package/python-cycler: drop redundant python|python3 dependencies 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 --- 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.