projects
/
osm
/
SO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f247a
)
force python3 lxml to version 3.4.0
author
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 18:45:34 +0000
(13:45 -0500)
committer
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Fri, 23 Dec 2016 18:45:34 +0000
(13:45 -0500)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh
patch
|
blob
|
history
diff --git
a/BUILD.sh
b/BUILD.sh
index
c919206
..
12116d0
100755
(executable)
--- a/
BUILD.sh
+++ b/
BUILD.sh
@@
-171,6
+171,7
@@
fi
if $runMkcontainer; then
sudo apt-get install -y libxml2-dev libxslt-dev
sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY}
+ sudo pip3 install -y lxml==3.4.0
fi