Files
meta-overc/meta-cube/recipes-devtools/python/python3-ansible_2.3.1.0.bb
Mark Asselstine 0d875ada98 python-ansible: make py scripts use py3
The upstream project has been working on py3 support but the scripts
still use py2 with no builtin way to change this, so for now we apply
a patch.

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

9 lines
197 B
BlitzBasic

inherit setuptools3
require python-ansible.inc
RDEPENDS_${PN} += "python3-pyyaml python3-jinja2 python3-modules"
SRC_URI += " \
file://python3-ensure-py-scripts-use-py3-for-shebang.patch \
"