aboutsummaryrefslogtreecommitdiffstats
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-17 13:28:25 -0800
commitd01024ceffb35a5974a8929fce49cf205d64552d (patch)
treebb9fd7fdb5c3fe7ac5f7894460b012f70f2bb8b2 /meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
parentefdffdaa1d9fda3944ad432c8799e9e667a78254 (diff)
downloadmeta-openembedded-contrib-d01024ceffb35a5974a8929fce49cf205d64552d.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 0000000000..7840b20c0f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
@@ -0,0 +1,6 @@
+inherit setuptools3
+require python-decorator.inc
+
+RDEPENDS_${PN}_class-target += "\
+ ${PYTHON_PN}-enum \
+"