aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-04-24 16:54:48 +0800
committerKhem Raj <raj.khem@gmail.com>2019-04-29 10:13:56 -0700
commit1cfa01bc235c39f722805bacb7593d2a80c4378c (patch)
treef23d88479cb4dc53f2f3fb8f22225c36d472f177 /meta-python/recipes-devtools/python/python-decorator_4.4.0.bb
parent6901ef4ba829a4cccd1a0cfd0bec1b93fd608d81 (diff)
downloadmeta-openembedded-contrib-1cfa01bc235c39f722805bacb7593d2a80c4378c.tar.gz
python-decorator: upgrade 4.3.0 -> 4.4.0
-Upgrade from python-decorator_4.3.0.bb to python-decorator_4.4.0.bb. -Upgrade from python3-decorator_4.3.0.bb to python3-decorator_4.4.0.bb. -License-Update: Copyright year updated to 2018. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-decorator_4.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-decorator_4.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb b/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb
new file mode 100644
index 0000000000..2a2b455f56
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb
@@ -0,0 +1,4 @@
+inherit setuptools
+require python-decorator.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"