[oe-commits] [openembedded-core] 18/41: python-setuptools: rationalise dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 09:20:20 UTC 2018


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

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

commit 3e3c5cc579482041f0233e3e03ace736b62fb364
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jul 12 21:00:47 2018 +0100

    python-setuptools: rationalise dependencies
    
    There's no need to do native- and nativesdk-specific DEPENDS as the
    BBCLASSEXTENDs handles those renames for us.
    
    There's no need to have a subset of RDEPENDS for class-native as all with the
    new manifest the python-native PROVIDES are complete.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python-setuptools.inc | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index b121b2a..ab1c013 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -12,8 +12,6 @@ SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829"
 SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f"
 
 DEPENDS += "${PYTHON_PN}"
-DEPENDS_class-native = "${PYTHON_PN}-native"
-DEPENDS_class-nativesdk = "nativesdk-${PYTHON_PN}"
 
 DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \
                            --script-dir=${bindir}"
@@ -35,12 +33,6 @@ RDEPENDS_${PN} = "\
   ${PYTHON_PN}-unittest \
   ${PYTHON_PN}-xml \
 "
-
-RDEPENDS_${PN}_class-native = "\
-  ${PYTHON_PN}-compression \
-  ${PYTHON_PN}-distutils \
-"
-
 do_install_prepend() {
     install -d ${D}${PYTHON_SITEPACKAGES_DIR}
 }

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


More information about the Openembedded-commits mailing list