[oe-commits] [meta-openembedded] 07/15: python-wrapt: adds Python3 support

git at git.openembedded.org git at git.openembedded.org
Thu Jun 22 14:04:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 1934a77b0a084b1b4523c5e6297534edc0b7edb0
Author: Daniela Plascencia <daniela.plascencia at linux.intel.com>
AuthorDate: Tue Jun 20 12:20:06 2017 -0700

    python-wrapt: adds Python3 support
    
    Extend the recipe for Python3 support.
    
    Signed-off-by: Daniela Plascencia <daniela.plascencia at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../{python-wrapt_1.10.10.bb => python-wrapt.inc}       |  2 +-
 .../recipes-devtools/python/python-wrapt_1.10.10.bb     | 17 ++---------------
 .../recipes-devtools/python/python3-wrapt_1.10.10.bb    |  2 ++
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb b/meta-python/recipes-devtools/python/python-wrapt.inc
similarity index 95%
copy from meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb
copy to meta-python/recipes-devtools/python/python-wrapt.inc
index ee50842..19668c0 100644
--- a/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb
+++ b/meta-python/recipes-devtools/python/python-wrapt.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82704725592991ea88b042d150a66303"
 SRC_URI[md5sum] = "97365e906afa8b431f266866ec4e2e18"
 SRC_URI[sha256sum] = "42160c91b77f1bc64a955890038e02f2f72986c01d462d53cb6cb039b995cdd9"
 
-inherit setuptools pypi
+inherit pypi
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-stringold \
diff --git a/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb b/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb
index ee50842..bb42476 100644
--- a/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb
+++ b/meta-python/recipes-devtools/python/python-wrapt_1.10.10.bb
@@ -1,15 +1,2 @@
-SUMMARY = "A Python module for decorators, wrappers and monkey patching."
-HOMEPAGE = "http://wrapt.readthedocs.org/"
-LICENSE = "BSD"
-SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=82704725592991ea88b042d150a66303"
-
-SRC_URI[md5sum] = "97365e906afa8b431f266866ec4e2e18"
-SRC_URI[sha256sum] = "42160c91b77f1bc64a955890038e02f2f72986c01d462d53cb6cb039b995cdd9"
-
-inherit setuptools pypi
-
-RDEPENDS_${PN}_class-target += "\
-    ${PYTHON_PN}-stringold \
-    ${PYTHON_PN}-threading \
-"
+inherit setuptools
+require python-wrapt.inc
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.10.10.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.10.10.bb
new file mode 100644
index 0000000..85f446e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-wrapt_1.10.10.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-wrapt.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list