Skip to content

Commit

Permalink
Add python(2to3) used in building grte.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhaom committed Sep 26, 2015
1 parent a21aa46 commit 7575bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_grte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ apt-get update
# gawk: used by building glibc
# rpm: rpmbuild to build rpm package
# alien, fakeroot, debhelper: convert rpm package to debian package
# python: 2to3
apt-get install -y texinfo texi2html xz-utils make gcc g++ gawk \
rpm alien fakeroot debhelper
rpm alien fakeroot debhelper python

GRTE_PREFIX=$1
GRTE_TMPDIR=$2
Expand Down

0 comments on commit 7575bea

Please sign in to comment.