public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-markdown: fix Python version dependency
@ 2020-03-10 11:41 yegorslists at googlemail.com
  2020-03-10 18:53 ` Asaf Kahlon
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: yegorslists at googlemail.com @ 2020-03-10 11:41 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

The latest version has dropped Python 2 support.

Fixes:
http://autobuild.buildroot.net/results/6d1e796f6658accb3eafef265935db5e464638fe

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-markdown/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-markdown/Config.in b/package/python-markdown/Config.in
index 6706684142..454c2729bd 100644
--- a/package/python-markdown/Config.in
+++ b/package/python-markdown/Config.in
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_PYTHON_MARKDOWN
 	bool "python-markdown"
+	depends on BR2_PACKAGE_PYTHON3
 	# runtime dependency on Python's xml module
-	select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
-	select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_PYTHON3_PYEXPAT
 	help
 	  This is a Python implementation of John Gruber's Markdown
 
-- 
2.17.0

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 11:41 [Buildroot] [PATCH] package/python-markdown: fix Python version dependency yegorslists at googlemail.com
2020-03-10 18:53 ` Asaf Kahlon
2020-03-11  9:13   ` Yegor Yefremov
2020-03-11  9:28     ` Fabrice Fontaine
2020-03-11 10:14       ` Yegor Yefremov
2020-03-15 15:33 ` Thomas Petazzoni
2020-03-15 16:23   ` Yegor Yefremov
2020-03-25 15:53 ` Gwenhael Goavec-Merou
2020-03-28  6:10   ` Yegor Yefremov
2020-04-21 21:17 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox