Commit b4522dd4 by Braden MacDonald

Move Shibboleth deps to edxapp_common so they'll be available on Jenkins

parent fed04e57
......@@ -940,9 +940,6 @@ edxapp_debian_pkgs:
- ntp
# matplotlib needs libfreetype6-dev
- libfreetype6-dev
# python-saml dependencies: (required for Shibboleth in third_party_auth)
- libxmlsec1-dev
- swig
# Ruby Specific Vars
edxapp_ruby_version: "1.9.3-p374"
......
......@@ -22,3 +22,6 @@ edxapp_common_debian_pkgs:
# Needed by the CMS to manipulate images.
- libjpeg8-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