* [PATCH] setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1
@ 2012-03-07 23:41 Martin Jansa
2012-03-12 2:18 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-03-07 23:41 UTC (permalink / raw)
To: bitbake-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 7921811..bc2815d 100755
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(name='bitbake',
version = __version__,
requires = ["ply", "progressbar"],
package_dir = {"": "lib"},
- packages = ["bb.server", "bb.parse.parse_py", "bb.parse", "bb.fetch",
+ packages = ["bb.server", "bb.parse.parse_py", "bb.parse",
"bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb", "prserv"],
py_modules = ["codegen"],
scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv"],
--
1.7.8.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1
2012-03-07 23:41 [PATCH] setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1 Martin Jansa
@ 2012-03-12 2:18 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-03-12 2:18 UTC (permalink / raw)
To: Martin Jansa; +Cc: bitbake-devel
On Thu, 2012-03-08 at 00:41 +0100, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> setup.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-12 2:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 23:41 [PATCH] setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1 Martin Jansa
2012-03-12 2:18 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.