Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6777 from EOSIO/python_devel_for_aws
Browse files Browse the repository at this point in the history
Make sure python-devel is installed for amazon linux builds - 1.6.x
  • Loading branch information
spoonincode authored Feb 19, 2019
2 parents e093cfa + 56726b0 commit 250e33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/eosio_build_amazon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
if [[ "${OS_NAME}" == "Amazon Linux AMI" ]]; then
DEP_ARRAY=( git gcc72.x86_64 gcc72-c++.x86_64 autoconf automake libtool make bzip2 \
bzip2-devel.x86_64 openssl-devel.x86_64 gmp-devel.x86_64 libstdc++72.x86_64 \
python27.x86_64 python36-devel.x86_64 libedit-devel.x86_64 doxygen.x86_64 graphviz.x86_64)
python27.x86_64 python27-devel.x86_64 python36-devel.x86_64 libedit-devel.x86_64 doxygen.x86_64 graphviz.x86_64)
else
DEP_ARRAY=( git gcc gcc-c++ autoconf automake libtool make bzip2 \
bzip2-devel openssl-devel gmp-devel libstdc++ \
python3 python3-devel libedit-devel doxygen graphviz)
python3 python3-devel python-devel libedit-devel doxygen graphviz)
fi
COUNT=1
DISPLAY=""
Expand Down

0 comments on commit 250e33f

Please sign in to comment.