aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-async_0.6.2.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-11-18 17:15:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-13 13:59:45 +0000
commit57c67b740b25a72cc6fdde68368f49496eabb872 (patch)
tree2270b9297f20886953ea82c2f0297eeab5527607 /meta/recipes-devtools/python/python3-async_0.6.2.bb
parent38993c3fac841e8e6a01cca43d0d4cecda05439e (diff)
downloadopenembedded-core-contrib-57c67b740b25a72cc6fdde68368f49496eabb872.tar.gz
python-async: use pypi.bbclass
* Simplify by using pypi.bbclass * Use PYTHON_PN for RDEPENDS in .inc to avoid duplication Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-async_0.6.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-async_0.6.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-async_0.6.2.bb b/meta/recipes-devtools/python/python3-async_0.6.2.bb
index 54a30f5498..0da5fdecdc 100644
--- a/meta/recipes-devtools/python/python3-async_0.6.2.bb
+++ b/meta/recipes-devtools/python/python3-async_0.6.2.bb
@@ -1,6 +1,2 @@
-require python-async.inc
-
inherit setuptools3
-
-RDEPENDS_${PN} += "python3-threading python3-lang"
-
+require python-async.inc