mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
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:
committed by
Martin Jansa
parent
38d11cb293
commit
27f872142d
@@ -0,0 +1,4 @@
|
||||
inherit pypi setuptools3
|
||||
require python-zopeinterface.inc
|
||||
|
||||
RDEPENDS_${PN}-test += "python3-unittest python3-doctest"
|
||||
Reference in New Issue
Block a user