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 <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Pascal Bach
2017-01-05 18:12:31 +01:00
committed by Martin Jansa
parent 0c41b5e314
commit 1161ab8f8d
4 changed files with 18 additions and 88 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools3
require python-pyyaml.inc