From: git@git.openembedded.org
To: bitbake-devel@lists.openembedded.org
Subject: Martin Jansa : setup.py: install prserv too
Date: Fri, 20 Jan 2012 16:57:48 +0000 (UTC) [thread overview]
Message-ID: <20120120165748.6919E10337@opal> (raw)
Module: bitbake.git
Branch: master
Commit: b4a40c2139e0a8c089ef9aba0796b40470b38e6c
URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=b4a40c2139e0a8c089ef9aba0796b40470b38e6c
Author: Martin Jansa <martin.jansa@gmail.com>
Date: Sun Jan 15 22:03:52 2012 +0100
setup.py: install prserv too
* otherwise cooker fails:
Traceback (most recent call last):
File /usr/bin/bitbake, line 39, in <module>
from bb import cooker
File /usr/lib64/python2.7/site-packages/bb/cooker.py, line 39, in <module>
import prserv.serv
ImportError: No module named prserv.serv
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
setup.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 581a24c..3f9899e 100755
--- a/setup.py
+++ b/setup.py
@@ -54,9 +54,9 @@ setup(name='bitbake',
requires = ["ply", "progressbar", "futures"],
package_dir = {"": "lib"},
packages = ["bb.server", "bb.parse.parse_py", "bb.parse", "bb.fetch",
- "bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb"],
+ "bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb", "prserv"],
py_modules = ["codegen"],
- scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs"],
+ scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv"],
data_files = [("share/bitbake", glob("conf/*") + glob("classes/*")),
("share/doc/bitbake-%s/manual" % __version__, glob("doc/manual/html/*"))],
cmdclass = {
reply other threads:[~2012-01-20 16:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120120165748.6919E10337@opal \
--to=git@git.openembedded.org \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.