From 492de1f32fc0053b692e3173ea6d3d19052f7c97 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 18 Sep 2018 16:27:26 -0400 Subject: python-ansible: copy recipe from meta-overc (branch:master-oci) This recipe was part of meta-overc as ansible was originally used to configure things in the OverC framework. The use of ansible was dropped, however, due to size concerns, the limited functionality we were using, increased boot times and other factors. It no longer makes sense to host this recipe in meta-overc and thus we are making it available as part of meta-cloud-services as it is still a useful tool for cloud deployments. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-ansible_2.3.1.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/python/python3-ansible_2.3.1.0.bb (limited to 'recipes-devtools/python/python3-ansible_2.3.1.0.bb') diff --git a/recipes-devtools/python/python3-ansible_2.3.1.0.bb b/recipes-devtools/python/python3-ansible_2.3.1.0.bb new file mode 100644 index 0000000..55dd118 --- /dev/null +++ b/recipes-devtools/python/python3-ansible_2.3.1.0.bb @@ -0,0 +1,8 @@ +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 \ +" -- cgit v1.2.3-54-g00ecf