summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-01-07 04:24:13 -1000
committerMartin Jansa <Martin.Jansa@gmail.com>2022-04-15 11:12:53 +0200
commit9da138f4eb02c375414c921444d23b6236a9d935 (patch)
tree267950c341ff6ba7d163655ba5341086d06225af /meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
parent1399d6c200c6f21fd2476e7524062b0c95e24f4b (diff)
downloadopenembedded-core-contrib-9da138f4eb02c375414c921444d23b6236a9d935.tar.gz
asciidoc: properly detect and compare Python versions >= 3.10
asciidoc.py cannot properly detect versions of Python >= 3.10 Backport patch from upstream to correct this: https://github.com/asciidoc-py/asciidoc-py/commit/44d2d6095246124c024230f89c1029794491839f Fixed upstream in version 9.04, so this patch is not required in master. Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
index 5fd3832ef9..1dd8ce7ee0 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \
file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 "
SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main \
- file://auto-catalogs.patch"
+ file://auto-catalogs.patch \
+ file://detect-python-version.patch"
SRCREV = "9a407dc9a497364c91421fd961954eddb565baf1"
DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"