[oe-commits] [openembedded-core] 67/91: python3-pip: RDEPEND on python3-html.

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 12:56:49 UTC 2017


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 b787219505cc6889c64eebbcfd2cebe83f09fe68
Author: Ismo Puustinen <ismo.puustinen at intel.com>
AuthorDate: Fri Feb 24 17:32:58 2017 +0200

    python3-pip: RDEPEND on python3-html.
    
    Without this pip3 fails with "ImportError: No module named 'html'"
    
    Signed-off-by: Ismo Puustinen <ismo.puustinen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3-pip_9.0.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
index 85328dc..b6dbb6e 100644
--- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
@@ -40,6 +40,7 @@ RDEPENDS_${PN} = "\
   python3-compile \
   python3-io \
   python3-enum \
+  python3-html \
   python3-json \
   python3-netserver \
   python3-setuptools \

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


More information about the Openembedded-commits mailing list