aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-six_1.11.0.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-11-18 17:11:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-13 13:59:45 +0000
commit38993c3fac841e8e6a01cca43d0d4cecda05439e (patch)
tree0c30bc4b8d336bbda9c24581918ca9644d078bb4 /meta/recipes-devtools/python/python3-six_1.11.0.bb
parent351e741cea4538cfe30640bd6e451c0fbc1d0329 (diff)
downloadopenembedded-core-contrib-38993c3fac841e8e6a01cca43d0d4cecda05439e.tar.gz
python-six: use pypi.bbclass
* Simplify python3-six by using pypi.bbclass - Use PYTHON_PN in .inc to avoid duplication in RDEPENDS 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-six_1.11.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-six_1.11.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-six_1.11.0.bb b/meta/recipes-devtools/python/python3-six_1.11.0.bb
index 38a47b77dd..8795313bec 100644
--- a/meta/recipes-devtools/python/python3-six_1.11.0.bb
+++ b/meta/recipes-devtools/python/python3-six_1.11.0.bb
@@ -1,4 +1,2 @@
inherit setuptools3
require python-six.inc
-
-RDEPENDS_${PN} += "python3-io"