Open jriguera opened 8 years ago
It is due to the fact that there are python dependencies which are not available on the RedHat repositories. In order to be able to deploy it, one can install it by typing:
yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/python-werkzeug-0.9.1-2.el7.noarch.rpm
yum install -y ftp://195.220.108.108/linux/centos/7.2.1511/extras/x86_64/Packages/python-itsdangerous-0.23-2.el7.noarch.rpm
yum install -y ftp://195.220.108.108/linux/centos/7.2.1511/extras/x86_64/Packages/python-flask-0.10.1-4.el7.noarch.rpm
3 packages are needed because of cascade dependencies. Those dependencies should be fixed in the future in the upstream repository.