summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-02-24 10:27:21 +0100
committerMing Liu <ming.liu@toradex.com>2022-02-24 12:28:23 +0100
commitd23c5aea39fc5d4815f35422e3146b1b1898c956 (patch)
treee697a5cd9d891fa7fad84756e04759a94c9cbdf0
parent65233ec68d2f19fb36b085cb06ac57321976dcf7 (diff)
python3-docutils: drop bbappend recipe
The changes to explicitly use python3 is not valid any more for dunfell branch, since python2 has been dropped. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-devtools/python/python3-docutils/rst2man_using_python3.patch8
-rw-r--r--recipes-devtools/python/python3-docutils_%.bbappend6
2 files changed, 0 insertions, 14 deletions
diff --git a/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch b/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch
deleted file mode 100644
index aa446d2..0000000
--- a/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/tools/rst2man.py 2009-08-18 11:39:39.000000000 -0700
-+++ b/tmp/rst2man.py 2017-04-04 18:25:14.049467561 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
-
- # Author:
- # Contact: grubert@users.sf.net
diff --git a/recipes-devtools/python/python3-docutils_%.bbappend b/recipes-devtools/python/python3-docutils_%.bbappend
deleted file mode 100644
index 22f835c..0000000
--- a/recipes-devtools/python/python3-docutils_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/python3-docutils/:"
-
-SRC_URI_append = " \
-file://rst2man_using_python3.patch \
-"
-