All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pycairo: depend on python3
@ 2020-04-27 17:39 Asaf Kahlon
  2020-04-27 19:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2020-04-27 17:39 UTC (permalink / raw)
  To: buildroot

Since version 1.19.0 pycairo doesn't support Python 2 anymore.

Fixes:
 - http://autobuild.buildroot.net/results/4d47c71f75a61810c5f58a720245bef38b3f3db0

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-pycairo/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pycairo/Config.in b/package/python-pycairo/Config.in
index 0d8de977e1..a44a0421e6 100644
--- a/package/python-pycairo/Config.in
+++ b/package/python-pycairo/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYCAIRO
 	bool "python-pycairo"
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_CAIRO
 	help
 	  Python interface for cairo.
-- 
2.26.2

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

* [Buildroot] [PATCH 1/1] package/python-pycairo: depend on python3
  2020-04-27 17:39 [Buildroot] [PATCH 1/1] package/python-pycairo: depend on python3 Asaf Kahlon
@ 2020-04-27 19:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-27 19:43 UTC (permalink / raw)
  To: buildroot

On Mon, 27 Apr 2020 20:39:31 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Since version 1.19.0 pycairo doesn't support Python 2 anymore.
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/4d47c71f75a61810c5f58a720245bef38b3f3db0
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-pycairo/Config.in | 1 +
>  1 file changed, 1 insertion(+)

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:[~2020-04-27 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 17:39 [Buildroot] [PATCH 1/1] package/python-pycairo: depend on python3 Asaf Kahlon
2020-04-27 19:43 ` 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.