Commit 85f06ff0 by Kevin Falcone

Merge pull request #2559 from edx/jibsheet/dont-specify-os-in-python-package

Tweak python package versions to remove hardcoded os version and calculate it instead
parents 18afc658 153d3257
...@@ -93,7 +93,7 @@ common_debian_pkgs: ...@@ -93,7 +93,7 @@ common_debian_pkgs:
- rsyslog - rsyslog
- git - git
- unzip - unzip
- "python2.7=2.7.10-0+precise1" - "python2.7=2.7.10-0+{{ ansible_distribution_release }}1"
- python-pip - python-pip
- python2.7-dev - python2.7-dev
......
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