From: Martin Jansa Date: Thu, 3 Mar 2011 18:07:41 +0000 (+0000) Subject: setup.py: install fetch2 module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50a22ee1bbe53094b2db3f85e224bb80070f4c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git setup.py: install fetch2 module Signed-off-by: Martin Jansa Signed-off-by: Chris Larson --- diff --git a/setup.py b/setup.py index aecf9a37226..038dd87145f 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup(name='bitbake', requires = ["ply", "progressbar"], package_dir = {"": "lib"}, packages = ["bb.server", "bb.parse.parse_py", "bb.parse", "bb.fetch", - "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb"], + "bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb"], py_modules = ["codegen"], scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs"], data_files = [("share/bitbake", glob("conf/*") + glob("classes/*")),