summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-ansible_2.3.1.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-09-18 16:27:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-25 17:40:49 -0400
commit492de1f32fc0053b692e3173ea6d3d19052f7c97 (patch)
tree8483c70e61ac33cb291100a39c3f1440cad7854e /recipes-devtools/python/python3-ansible_2.3.1.0.bb
parent25b67706fe7a7969da3af52bb7b912bf3a02510e (diff)
downloadmeta-cloud-services-492de1f32fc0053b692e3173ea6d3d19052f7c97.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python3-ansible_2.3.1.0.bb')
-rw-r--r--recipes-devtools/python/python3-ansible_2.3.1.0.bb8
1 files changed, 8 insertions, 0 deletions
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 @@
1inherit setuptools3
2require python-ansible.inc
3
4RDEPENDS_${PN} += "python3-pyyaml python3-jinja2 python3-modules"
5
6SRC_URI += " \
7 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \
8"