diff mbox series

package/python-cycler: drop redundant python|python3 dependencies

Message ID 20201003170825.8873-1-peter@korsgaard.com
State Accepted
Headers show
Series package/python-cycler: drop redundant python|python3 dependencies | expand

Commit Message

Peter Korsgaard Oct. 3, 2020, 5:08 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Oct. 4, 2020, 9:20 a.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>

Committed, thanks.
Peter Korsgaard Oct. 5, 2020, 6:10 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>
 > ---

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.
diff mbox series

Patch

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.