summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-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/python3-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/python3-decorator_4.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
new file mode 100644
index 000000000..7840b20c0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
@@ -0,0 +1,6 @@
1inherit setuptools3
2require python-decorator.inc
3
4RDEPENDS_${PN}_class-target += "\
5 ${PYTHON_PN}-enum \
6"