From 12e8df00c0282938363f2400b520f64d31222f51 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 20 Jun 2017 12:20:05 -0700 Subject: python-astroid: adds Python3 support Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb (limited to 'meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb b/meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb new file mode 100644 index 0000000000..6e32c288f2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-astroid.inc -- cgit 1.2.3-korg