From b6123048dba176d8792a22925f800157d6cea7e1 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 20 Jul 2021 18:30:49 +0200 Subject: python3-markupsafe: remove recipe It was moved to OE-core/dunfell in ec222f6af5f8 (python3-markupsafe: Import from meta-oe/meta-python) However it was not removed from meta-oe, as such this recipe is now duplicated, for no good reason. The version in meta-oe and oe-core match so, it's really a no-op. Signed-off-by: Nicolas Dechesne Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-markupsafe/run-ptest | 3 --- meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-markupsafe/run-ptest delete mode 100644 meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb diff --git a/meta-python/recipes-devtools/python/python3-markupsafe/run-ptest b/meta-python/recipes-devtools/python/python3-markupsafe/run-ptest deleted file mode 100644 index 5cec711696..0000000000 --- a/meta-python/recipes-devtools/python/python3-markupsafe/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb b/meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb deleted file mode 100644 index 765e3c906b..0000000000 --- a/meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-markupsafe.inc -- cgit 1.2.3-korg