From 1161ab8f8dda272eb5d09917446cc5b971be1335 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 5 Jan 2017 18:12:31 +0100 Subject: python-yaml: provide both python2 and python3 package Further the recipe is simplified by using the pypi and setuptools class. The custom setup.py is no onger necessary. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb (limited to 'meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb new file mode 100755 index 0000000000..470aca608b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyyaml_3.12.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyyaml.inc -- cgit v1.2.3-54-g00ecf