Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itainteasy/1e4bdcb1d2b0fa99d2c86211d442905f to your computer and use it in GitHub Desktop.
Save itainteasy/1e4bdcb1d2b0fa99d2c86211d442905f to your computer and use it in GitHub Desktop.
build_deps.sls
build_deps:
pkg.installed:
- pkgs:
- git
- createrepo
- rpm-build
- gcc
- gcc-c++
- python-virtualenv
- python-devel
- swig
- zeromq3-devel
- pycairo-devel
- make
- postgresql-devel
- Cython
- python-mock
- python-configobj
- python-sphinx
- cairo-devel
- m2crypto
- python-crypto
- redhat-lsb-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment