meta-openembedded/meta-python/recipes-devtools/python/python-behave_1.2.6.bb
Robert Joslyn 240b92343e python-behave: Add Python 3 recipe
Fix broken dependencies of Python 2 recipe as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03 09:34:29 -07:00

9 lines
158 B
BlitzBasic

inherit setuptools
require python-behave.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-enum34 \
${PYTHON_PN}-traceback2 \
"