diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2017-11-18 17:15:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-13 14:00:52 +0000 |
commit | 0b120d29c801516aa901a0a57d909ddf36003d02 (patch) | |
tree | 21425bc25a85dfa289b8b55ea78dd57f40baae8d /meta/recipes-devtools/python/python3-async_0.6.2.bb | |
parent | 6fb21ec84e6ce173ba132f64f4790da3f929326b (diff) | |
download | poky-0b120d29c801516aa901a0a57d909ddf36003d02.tar.gz |
python-async: use pypi.bbclass
* Simplify by using pypi.bbclass
* Use PYTHON_PN for RDEPENDS in .inc to avoid duplication
(From OE-Core rev: 57c67b740b25a72cc6fdde68368f49496eabb872)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 6 |
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 @@ | |||
1 | require python-async.inc | ||
2 | |||
3 | inherit setuptools3 | 1 | inherit setuptools3 |
4 | 2 | require python-async.inc | |
5 | RDEPENDS_${PN} += "python3-threading python3-lang" | ||
6 | |||