-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Platform requirements reorg #3224
Conversation
@@ -7,6 +7,8 @@ | |||
# Python libraries to install directly from github | |||
|
|||
# Third-party: | |||
git+https://github.com/mitocw/django-cas.git | |||
git+https://github.com/mfogel/django-settings-context-processor.git | |||
-e git+https://github.com/edx/django-staticfiles.git@d89aae2a82f2b#egg=django-staticfiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is corrected in https://github.com/edx/edx-platform/pull/3222
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By this you mean, the has for static files, and not the req missing versions entirely, right?
Those were migrated from base.txt.
looks good to me. |
@@ -5,4 +5,4 @@ | |||
# * One of @e0d, @jarv, or @feanil - to check system requirements | |||
|
|||
# This must be installed after distribute has been updated. | |||
MySQL-python==1.2.4 | |||
MySQL-python==1.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change doesn't appear to belong in this PR, does it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's related to wheels, there seems to have been a packaging but in 1.2.4 that probably accounts for our issues with it and distribute, but also prevented it from wheeling up cleanly.
other than mysql-python, 👍 |
Looks like this PR needs a rebase. |
@e0d Can this be merged? |
rolling back local changes. bad cnp
This work is motivated by general code hygiene concerns and moving toward building all ansible managed, and maybe all, environments using pip wheel packages.
This has been tested with the full stack, cf., http://jenkins.edx.org:8080/job/ansible-provision/164/
@jarv @feanil @hkim823 @singingwolfboy @cpennington Please let me know your thoughts, there will be a related configuration PR to follow.