All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-json-schema-validator: Remove Python2 dependency
@ 2017-04-25 18:48 Andrey Smirnov
  2017-04-25 21:25 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2017-04-25 18:48 UTC (permalink / raw)
  To: buildroot

Python-json-schema-validator supports Python3, so there's no reason to
limit it to Python2 only.

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Matthew Carruth <carruthm@gmail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---

This is a follow up on patch [1]. Matthew is a colleague of mine and I
am picking up where he left off.

[1] http://lists.busybox.net/pipermail/buildroot/2017-April/189874.html

 package/python-json-schema-validator/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-json-schema-validator/Config.in b/package/python-json-schema-validator/Config.in
index 6ae1eb1..dbc5328 100644
--- a/package/python-json-schema-validator/Config.in
+++ b/package/python-json-schema-validator/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR
 	bool "python-json-schema-validator"
-	depends on BR2_PACKAGE_PYTHON
 	select BR2_PACKAGE_PYTHON_VERSIONTOOLS
 	help
 	  JSON Schema Validator
-- 
2.9.3

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

* [Buildroot] [PATCH] package/python-json-schema-validator: Remove Python2 dependency
  2017-04-25 18:48 [Buildroot] [PATCH] package/python-json-schema-validator: Remove Python2 dependency Andrey Smirnov
@ 2017-04-25 21:25 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-04-25 21:25 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 25 Apr 2017 11:48:24 -0700, Andrey Smirnov wrote:
> Python-json-schema-validator supports Python3, so there's no reason to
> limit it to Python2 only.
> 
> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
> Signed-off-by: Matthew Carruth <carruthm@gmail.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-04-25 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 18:48 [Buildroot] [PATCH] package/python-json-schema-validator: Remove Python2 dependency Andrey Smirnov
2017-04-25 21:25 ` 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.