summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-ansible_2.3.1.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
commitba0ca845af46a5d9c05dbd8943744a4e78d268d5 (patch)
tree0e78afe950c5d53c59c7a39fa504c4a09a5bedc9 /recipes-devtools/python/python-ansible_2.3.1.0.bb
parentb7c8e26df83991f4f84114956b4e6a07109d108d (diff)
downloadmeta-cloud-services-ba0ca845af46a5d9c05dbd8943744a4e78d268d5.tar.gz
misc: python3 readiness
Updating the packages in m-c-s to be python3 parse safe. These are not runtime tested, but will pass layer inclusion and parsing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-ansible_2.3.1.0.bb')
-rw-r--r--recipes-devtools/python/python-ansible_2.3.1.0.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-devtools/python/python-ansible_2.3.1.0.bb b/recipes-devtools/python/python-ansible_2.3.1.0.bb
deleted file mode 100644
index b6659fc..0000000
--- a/recipes-devtools/python/python-ansible_2.3.1.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1inherit setuptools
2require python-ansible.inc
3
4RDEPENDS_${PN} += "python-pyyaml python-jinja2 python-modules"