mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
5 lines
117 B
BlitzBasic
5 lines
117 B
BlitzBasic
inherit pypi setuptools3
|
|
require python-zopeinterface.inc
|
|
|
|
RDEPENDS_${PN}-test += "python3-unittest python3-doctest"
|