Files
meta-overc/meta-cube/recipes-devtools/python/python-ansible_2.3.1.0.bb
Mark Asselstine 6165cb839d python-ansible: add python3 support
Since v2.2 the upstream ansible project has indicated that it could be
used with python3. Create a common .inc file and break out py and py3
recipe files to allow either to be built.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2017-06-29 15:04:14 -04:00

5 lines
110 B
BlitzBasic

inherit setuptools
require python-ansible.inc
RDEPENDS_${PN} += "python-pyyaml python-jinja2 python-modules"