summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-06-26 14:01:01 +0800
committerKhem Raj <raj.khem@gmail.com>2018-06-27 22:17:33 -0700
commit4d7532da6d16cade57bbd048f08793e68f27a1a0 (patch)
tree67c3115ab8443da816f707183b35f2cf218eb4ca /meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
parent51d413cbfa9361e65447c273fffa20ee561b0749 (diff)
downloadmeta-openembedded-4d7532da6d16cade57bbd048f08793e68f27a1a0.tar.gz
python(3)-attrs: upgrade 17.4.0 -> 18.1.0
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-attrs_18.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-attrs_18.1.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb b/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
new file mode 100644
index 000000000..e3bec0fdf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-attrs_18.1.0.bb
@@ -0,0 +1,6 @@
1inherit setuptools
2require python-attrs.inc
3
4RDEPENDS_${PN} += "\
5 ${PYTHON_PN}-subprocess \
6"