[oe-commits] [meta-openembedded] 01/03: python-vcversioner: remove egg generation

git at git.openembedded.org git at git.openembedded.org
Tue Jan 29 17:25:44 UTC 2019


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

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

commit 4a75519d8ec642b5ec7cd68221323ec1a63e0184
Author: Stefan Agner <stefan.agner at toradex.com>
AuthorDate: Tue Jan 29 13:12:40 2019 +0100

    python-vcversioner: remove egg generation
    
    Remove egg file build. This got introduced with commit fb1696372ff9
    ("python-vcversioner: Error Fix for recipes depend on
    python-vcversioner"). However, it seems that this was actually not
    related to the missing egg file, but to the back then missing depends
    on python-vcversioner-native. This got fixed in commit 12d09665bbee
    ("python-jsonschema, python3-jsonschema: add vcversioner-native
    dependency").
    
    It also causes issue when trying to build a reproducible build with a
    timestamp of 0 due to limitations of the ZIP file format used by the
    Python egg packaging.
    
    Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-devtools/python/python-vcversioner_2.16.0.0.bb        | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index cd6fa8d..e6cc4ac 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
@@ -9,14 +9,6 @@ SRC_URI[sha256sum] = "dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa
 
 inherit pypi setuptools
 
-do_compile_append() {
-    ${PYTHON} setup.py -q bdist_egg --dist-dir ./
-}
-
-do_install_append() {
-    install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
-}
-
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-subprocess \
     "

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


More information about the Openembedded-commits mailing list