Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

yum makecache && yum install -y postgresql-devel && \
pip --retries=50 --timeout=300 install pg8000 simplejson unittest2 pycrypto pygresql pyyaml lockfile paramiko psi && \
pip --retries=50 --timeout=300 install http://darcs.idyll.org/~t/projects/figleaf-0.6.1.tar.gz && \
pip --retries=50 --timeout=300 install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download && \
yum erase -y postgresql postgresql-libs postgresql-devel && \
yum clean all

 

Option

...

3 (build dependencies by your self)

OS requirement

Linux ( tested on redhat 6.x).

...