[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3623/8267] bitbake: toaster: Reference pip3 not pip
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 3623/8267] bitbake: toaster: Reference pip3 not pip
- Date: Sun, 17 Dec 2017 00:53:36 +0000 (UTC)
commit 931ce04b0884ebe73158251d0d9a461214dfe1aa
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Thu Dec 8 15:51:22 2016 +0000
bitbake: toaster: Reference pip3 not pip
Now that we use python3, we should refer to pip3, not pip.
[YOCTO #10774]
(Bitbake rev: 99136f5f591deef0c96d9aea2dbea1c216f38121)
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
bitbake/bin/toaster | 2 +-
bitbake/lib/toaster/tests/browser/README | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index e0aac1a..de38cec 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -111,7 +111,7 @@ verify_prereq() {
if ! sed -n "$exp" $reqfile | python3 - ; then
req=`grep ^Django $reqfile`
echo "This program needs $req"
- echo "Please install with pip install -r $reqfile"
+ echo "Please install with pip3 install -r $reqfile"
return 2
fi
diff --git a/bitbake/lib/toaster/tests/browser/README b/bitbake/lib/toaster/tests/browser/README
index e841a3f..352c4fe 100644
--- a/bitbake/lib/toaster/tests/browser/README
+++ b/bitbake/lib/toaster/tests/browser/README
@@ -2,9 +2,9 @@
These tests require Selenium to be installed in your Python environment.
-The simplest way to install this is via pip:
+The simplest way to install this is via pip3:
- pip install selenium==2.53.2
+ pip3 install selenium==2.53.2
Note that if you use other versions of Selenium, some of the tests (such as
tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]