From 63060f98c78a70b7b8d5fd3527e5e9e3a9683861 Mon Sep 17 00:00:00 2001 From: Jesse Shapiro Date: Wed, 11 Jan 2017 12:40:11 -0500 Subject: [PATCH] Revert to canonical version of python-saml --- requirements/edx/post.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/requirements/edx/post.txt b/requirements/edx/post.txt index efb44c03cc..85516d4466 100644 --- a/requirements/edx/post.txt +++ b/requirements/edx/post.txt @@ -9,11 +9,4 @@ # resolution of this dependency during compilation. So we need to install # python-saml only after lxml has been successfully installed. -# In addition, we are currently utilizing a forked version of python-saml, -# managed by OpenCraft, which features enhanced logging and improved -# unicode support. We will return to the official version of python-saml -# on PyPI when these pull requests (or their derivatives) have been -# incorporated into the main project. -# https://github.com/onelogin/python-saml/pull/159 -# https://github.com/onelogin/python-saml/pull/164 -git+https://github.com/open-craft/python-saml.git@d50f8d25419c2e981605e5c64e8528a125bcf303#egg=python-saml==2.2.0 +python-saml==2.2.1