package/python-cycler: drop redundant python|python3 dependencies
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Oct 2020 17:08:24 +0000 (19:08 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2020 09:18:30 +0000 (11:18 +0200)
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@korsgaard.com>
package/python-cycler/Config.in

index 854873c969808c774385b4110dd34ba31c6094c1..813bc69dd4c48dd677f1884cab33f40e70439538 100644 (file)
@@ -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.