[oe-commits] [openembedded-core] 08/11: python3-pygobject: remove python3-setuptools from RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 23:14:59 UTC 2019


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 681e658f0ee428e7ef43cf526d14bde5938966d6
Author: Luca Boccassi <luca.boccassi at microsoft.com>
AuthorDate: Thu Aug 8 15:02:27 2019 +0100

    python3-pygobject: remove python3-setuptools from RDEPENDS
    
    python3-setuptools is an optional build-dependency of pygobject but
    it is not necessary to run it, as also documented by the upstream
    packaging guide:
    
    https://gitlab.gnome.org/GNOME/pygobject/blob/master/docs/packagingguide.rst
    
    Remove it from RDEPENDS to shrink the runtime dependency chain, as
    setuptools includes scripts to download other packages, which might not
    be desired on a minimal image.
    
    Signed-off-by: Luca Boccassi <luca.boccassi at microsoft.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-pygobject_3.32.2.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
index 05688be..453fdac 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
@@ -27,7 +27,5 @@ PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wa
 # we don't link against python3-pycairo -> RDEPENDS
 PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python3-pycairo, python3-pycairo"
 
-RDEPENDS_${PN} += "python3-setuptools"
-
 BBCLASSEXTEND = "native"
 PACKAGECONFIG_class-native = ""

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


More information about the Openembedded-commits mailing list