All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-asgiref: properly order "depends on" vs. bool
@ 2019-10-21 20:09 Pierre-Jean Texier
  2019-10-21 21:29 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Jean Texier @ 2019-10-21 20:09 UTC (permalink / raw)
  To: buildroot

This fixes a check-package warning introduced by commit
9b746f8 ("package/python-asgiref: drop Python 2 support")
Fixes:

$: ./utils/check-package package/python-asgiref/*
package/python-asgiref/Config.in:3: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)
34 lines processed
1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 package/python-asgiref/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-asgiref/Config.in b/package/python-asgiref/Config.in
index 71069bf..e131f47 100644
--- a/package/python-asgiref/Config.in
+++ b/package/python-asgiref/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_ASGIREF
-	depends on BR2_PACKAGE_PYTHON3
 	bool "python-asgiref"
+	depends on BR2_PACKAGE_PYTHON3
 	help
 	  ASGI is a standard for Python asynchronous web apps and
 	  servers to communicate with each other, and positioned as
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/python-asgiref: properly order "depends on" vs. bool
  2019-10-21 20:09 [Buildroot] [PATCH 1/1] package/python-asgiref: properly order "depends on" vs. bool Pierre-Jean Texier
@ 2019-10-21 21:29 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-21 21:29 UTC (permalink / raw)
  To: buildroot

On Mon, 21 Oct 2019 22:09:14 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This fixes a check-package warning introduced by commit
> 9b746f8 ("package/python-asgiref: drop Python 2 support")
> Fixes:
> 
> $: ./utils/check-package package/python-asgiref/*
> package/python-asgiref/Config.in:3: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)
> 34 lines processed
> 1 warnings generated
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  package/python-asgiref/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-10-21 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 20:09 [Buildroot] [PATCH 1/1] package/python-asgiref: properly order "depends on" vs. bool Pierre-Jean Texier
2019-10-21 21:29 ` Thomas Petazzoni

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.