Sfoglia il codice sorgente

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 <peter@korsgaard.com>
(cherry picked from commit 36031fd91da499b9b01fc189d1ffad78d89a1f84)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 3 anni fa
parent
commit
84a26503fe
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      package/python-cycler/Config.in

+ 0 - 1
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.