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

Fix broken dependencies of Python 2 recipe as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
158 B
BlitzBasic
9 lines
158 B
BlitzBasic
inherit setuptools
|
|
require python-behave.inc
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-argparse \
|
|
${PYTHON_PN}-enum34 \
|
|
${PYTHON_PN}-traceback2 \
|
|
"
|