From c9224cc637d2616d6bdc40d03f71d6e3b20dddc5 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 27 Jul 2018 15:36:17 +0800 Subject: python3-testtools: add it for oeqa - It is required by oeqa, add it so that we can add nativesdk-python3-testtools to buildtools-tarball. - The original one is python-testtools_2.3.0.bb which is from meta-openstack layer, I divided it into python-testtools.inc and python3-testtools_2.2.0.bb, and extended to nativesdk. (From OE-Core rev: 50864df5b0eb3d1704e8fe75c06e957af0b41c38) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-testtools_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-testtools_2.2.0.bb (limited to 'meta/recipes-devtools/python/python3-testtools_2.2.0.bb') diff --git a/meta/recipes-devtools/python/python3-testtools_2.2.0.bb b/meta/recipes-devtools/python/python3-testtools_2.2.0.bb new file mode 100644 index 0000000000..896ecee65c --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-testtools.inc -- cgit v1.2.3-54-g00ecf