Skip to content

Instantly share code, notes, and snippets.

@chopmann
Created June 9, 2015 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chopmann/118a7f855f457c7d4261 to your computer and use it in GitHub Desktop.
Save chopmann/118a7f855f457c7d4261 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