summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-11-18 18:11:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-13 14:00:52 +0000
commita357f8b6249b47a273deebe56eb18206d3299a23 (patch)
tree5e834bc6d885162e77d2a07bbab493ad9e287200 /meta/recipes-devtools/python/python3-smmap_0.9.0.bb
parent23626bd9025aad8a10d7cb13796a493e9db816e1 (diff)
downloadpoky-a357f8b6249b47a273deebe56eb18206d3299a23.tar.gz
python-smmap: use pypi.bbclass
* Simpify python3-smmap using pypi.bbclass * Consolidate common content in .inc (From OE-Core rev: f976a76116bb69ca3603de36b7327615e3e947c2) 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-smmap_0.9.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-smmap_0.9.0.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-smmap_0.9.0.bb b/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
index 9f8a26d79e..e87b8df8c5 100644
--- a/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
+++ b/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
@@ -1,5 +1,2 @@
1require python-smmap.inc
2
3inherit setuptools3 1inherit setuptools3
4 2require python-smmap.inc
5RDEPENDS_${PN} += "python3-codecs python3-mmap python3-lang"