meta-openembedded/meta-python/recipes-devtools/python/python-zopeinterface_4.3.3.bb
Mark Asselstine 27f872142d 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>
2017-06-05 11:01:42 +02:00

5 lines
114 B
BlitzBasic

inherit pypi setuptools
require python-zopeinterface.inc
RDEPENDS_${PN}-test += "python-unittest python-doctest"