[oe-commits] [openembedded-core] 01/02: setuptools.bbclass: depend on python-setuptools

git at git.openembedded.org git at git.openembedded.org
Fri Jul 6 15:14:12 UTC 2018


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 4e4bbfcf9960453a9c65f661a7ff7d82378e4214
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 6 15:54:55 2018 +0100

    setuptools.bbclass: depend on python-setuptools
    
    python-distribute is obsolete and is now simply a PROVIDES of python-setuptools,
    so use the right name.
    
    The identical change for setuptools3.bbclass was done in 2015 in 8922e60.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/setuptools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/setuptools.bbclass b/meta/classes/setuptools.bbclass
index 56343b1..157ef63 100644
--- a/meta/classes/setuptools.bbclass
+++ b/meta/classes/setuptools.bbclass
@@ -1,6 +1,6 @@
 inherit distutils
 
-DEPENDS += "python-distribute-native"
+DEPENDS += "python-setuptools-native"
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \

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


More information about the Openembedded-commits mailing list