All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-pycairo: depend on python3
@ 2020-04-27 19:41 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2020-04-27 19:41 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=3be1f6c326637374e9baf8d4ab2de206f09c9259
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-27 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 19:41 [Buildroot] [git commit] package/python-pycairo: depend on python3 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.