aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-14 19:59:51 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-22 19:36:30 -0800
commit7f486077421aa5e6c7da3525192bcdd0dab71247 (patch)
treec5eff2c47933e52dacefa30bba82e7411f34c7b4 /meta-python/recipes-devtools/python/python-decorator_4.2.1.bb
parentea33c75e24f15a0883ecb9ea164fa43d0bdb6d49 (diff)
downloadmeta-openembedded-7f486077421aa5e6c7da3525192bcdd0dab71247.tar.gz
python-decorator: update to version 4.2.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-decorator_4.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-decorator_4.2.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb b/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb
new file mode 100644
index 0000000000..2a2b455f56
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb
@@ -0,0 +1,4 @@
+inherit setuptools
+require python-decorator.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"