Skip to content

Commit 40e6afb

Browse files
author
Suszyński Krzysztof
committed
Merge branch 'hotfix/v0.8.3'
2 parents 0be8285 + a0f0df3 commit 40e6afb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: puppeter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Type
55

66
# The version of the app
7-
__version__ = '0.8.2'
7+
__version__ = '0.8.3'
88
__program__ = 'puppeter'
99

1010

Diff for: setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ if [ $osfamily == redhat ]; then
7373
run yum install -y python27-python-pip
7474
fi
7575
if [ $os == oraclelinux ]; then
76-
run yum install -y yum-utils
76+
run yum install -y yum-utils gcc
7777
run yum-config-manager --enable public_ol6_software_collections
78-
run yum install -y python27-python-pip
78+
run yum install -y python27-python-pip python27-python-devel
7979
fi
8080
echo 'source /opt/rh/python27/enable' >> /etc/profile.d/python27.sh
8181
run source /opt/rh/python27/enable

0 commit comments

Comments
 (0)