We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0be8285 + a0f0df3 commit 40e6afbCopy full SHA for 40e6afb
puppeter/__init__.py
@@ -4,7 +4,7 @@
4
from typing import Type
5
6
# The version of the app
7
-__version__ = '0.8.2'
+__version__ = '0.8.3'
8
__program__ = 'puppeter'
9
10
setup.sh
@@ -73,9 +73,9 @@ if [ $osfamily == redhat ]; then
73
run yum install -y python27-python-pip
74
fi
75
if [ $os == oraclelinux ]; then
76
- run yum install -y yum-utils
+ run yum install -y yum-utils gcc
77
run yum-config-manager --enable public_ol6_software_collections
78
- run yum install -y python27-python-pip
+ run yum install -y python27-python-pip python27-python-devel
79
80
echo 'source /opt/rh/python27/enable' >> /etc/profile.d/python27.sh
81
run source /opt/rh/python27/enable
0 commit comments