python3-zopeinterface: add python3 packaging

Matching what has been done with other python packages, move the
existing recipe into a .inc file and then create python and python3
specific bb files to allow the generation of python2 or python3
versions.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Mark Asselstine
2017-05-19 12:52:56 -04:00
committed by Martin Jansa
parent 38d11cb293
commit 27f872142d
3 changed files with 25 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
inherit pypi setuptools3
require python-zopeinterface.inc
RDEPENDS_${PN}-test += "python3-unittest python3-doctest"