[oe-commits] [meta-openembedded] 39/40: python-dominate: move core of recipe to a .inc file

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 16:04:56 UTC 2017


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

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

commit 04590bdc1db6e2ad7b526aa6fd1749f28784cb6c
Author: Bill Randle <bill.randle at gmail.com>
AuthorDate: Wed Nov 29 21:47:00 2017 -0800

    python-dominate: move core of recipe to a .inc file
    
    Signed-off-by: Bill Randle <bill.randle at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../{python-dominate_2.3.1.bb => python-dominate.inc}       |  2 --
 .../recipes-devtools/python/python-dominate_2.3.1.bb        | 13 +------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb b/meta-python/recipes-devtools/python/python-dominate.inc
similarity index 94%
copy from meta-python/recipes-devtools/python/python-dominate_2.3.1.bb
copy to meta-python/recipes-devtools/python/python-dominate.inc
index 13ebf92..ecf74a0 100644
--- a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-dominate.inc
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
 SRC_URI[md5sum] = "45bd97e6f7888aac24ae86013c57638e"
 SRC_URI[sha256sum] = "4b8ce6f33633c9dd9175b228d21c00c801b6bd0327747cd5e17fc2da934c3a69"
 
-inherit pypi setuptools
-
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-numbers \
     ${PYTHON_PN}-threading \
diff --git a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb b/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb
index 13ebf92..c19445e 100644
--- a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb
@@ -1,13 +1,2 @@
-SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
-LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
-
-SRC_URI[md5sum] = "45bd97e6f7888aac24ae86013c57638e"
-SRC_URI[sha256sum] = "4b8ce6f33633c9dd9175b228d21c00c801b6bd0327747cd5e17fc2da934c3a69"
-
 inherit pypi setuptools
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-numbers \
-    ${PYTHON_PN}-threading \
-    "
+require python-dominate.inc

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


More information about the Openembedded-commits mailing list