All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies
@ 2020-10-03 17:08 Peter Korsgaard
  2020-10-04  9:20 ` Peter Korsgaard
  2020-10-05  6:10 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-03 17:08 UTC (permalink / raw)
  To: buildroot

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

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies
  2020-10-03 17:08 [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies Peter Korsgaard
@ 2020-10-04  9:20 ` Peter Korsgaard
  2020-10-05  6:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-04  9:20 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies
  2020-10-03 17:08 [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies Peter Korsgaard
  2020-10-04  9:20 ` Peter Korsgaard
@ 2020-10-05  6:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-05  6:10 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-05  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03 17:08 [Buildroot] [PATCH] package/python-cycler: drop redundant python|python3 dependencies Peter Korsgaard
2020-10-04  9:20 ` Peter Korsgaard
2020-10-05  6:10 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.