Commit cd3f35e5 by Braden MacDonald

Merge pull request #2056 from open-craft/shibboleth-deps-2

Move Shibboleth deps to edxapp_common so they'll be available on Jenkins
parents 649551b9 b4522dd4
...@@ -918,9 +918,6 @@ edxapp_debian_pkgs: ...@@ -918,9 +918,6 @@ edxapp_debian_pkgs:
- ntp - ntp
# matplotlib needs libfreetype6-dev # matplotlib needs libfreetype6-dev
- libfreetype6-dev - libfreetype6-dev
# python-saml dependencies: (required for Shibboleth in third_party_auth)
- libxmlsec1-dev
- swig
# Ruby Specific Vars # Ruby Specific Vars
edxapp_ruby_version: "1.9.3-p374" edxapp_ruby_version: "1.9.3-p374"
......
...@@ -22,3 +22,6 @@ edxapp_common_debian_pkgs: ...@@ -22,3 +22,6 @@ edxapp_common_debian_pkgs:
# Needed by the CMS to manipulate images. # Needed by the CMS to manipulate images.
- libjpeg8-dev - libjpeg8-dev
- libpng12-dev - libpng12-dev
# python-saml dependencies: (required for Shibboleth in third_party_auth)
- libxmlsec1-dev
- swig
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment