From 00ba3ce67481b69d5b41c72f548a39df130dce25 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 24 Feb 2022 10:27:21 +0100 Subject: 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 (cherry picked from commit d23c5aea39fc5d4815f35422e3146b1b1898c956) --- .../python/python3-docutils/rst2man_using_python3.patch | 8 -------- recipes-devtools/python/python3-docutils_%.bbappend | 6 ------ 2 files changed, 14 deletions(-) delete mode 100644 recipes-devtools/python/python3-docutils/rst2man_using_python3.patch delete mode 100644 recipes-devtools/python/python3-docutils_%.bbappend (limited to 'recipes-devtools') 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 7fdfbc4..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 \ -" - -- cgit v1.2.3