Javier Jardón pushed to branch chandan/update-fedora-install-docs at BuildStream / buildstream
Commits:
-
48c7c0a5
by Chandan Singh at 2018-08-11T23:41:05Z
-
88115648
by Chandan Singh at 2018-08-12T00:38:36Z
-
b7673c82
by Chandan Singh at 2018-08-12T00:48:10Z
2 changed files:
Changes:
1 |
-# Pin coverage to 4.2 for now, were experiencing
|
|
1 |
+# Pin coverage to 4.2 for now, we're experiencing
|
|
2 | 2 |
# random crashes with 4.4.2
|
3 | 3 |
coverage == 4.4.0
|
4 | 4 |
pep8
|
... | ... | @@ -122,7 +122,8 @@ requirements you need:: |
122 | 122 |
For the default plugins::
|
123 | 123 |
|
124 | 124 |
dnf install -y \
|
125 |
- bzr git lzip patch ostree python3-arpy python3-gobject
|
|
125 |
+ bzr git lzip patch ostree python3-gobject
|
|
126 |
+ pip3 install --user arpy
|
|
126 | 127 |
|
127 | 128 |
|
128 | 129 |
Ubuntu
|