Index: branches/fc20-dev/server/common/patches/python-authkit.patch
===================================================================
--- branches/fc20-dev/server/common/patches/python-authkit.patch	(revision 2588)
+++ branches/fc20-dev/server/common/patches/python-authkit.patch	(revision 2588)
@@ -0,0 +1,31 @@
+--- a/setup.py	2014-08-27 21:13:54.239160546 -0400
++++ b/setup.py	2014-08-27 21:14:11.988111062 -0400
+@@ -39,7 +39,7 @@
+     install_requires = [
+         "Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1", "Beaker>=1.1",
+         "PasteScript>=1.1", "python-openid>=2.1.1", 
+-        "elementtree>=1.2,<=1.3", "decorator>=2.1.0",
++        "decorator>=2.1.0",
+         "WebOb>=0.9.3",
+     ],
+     extras_require = {
+--- a/authkit/authenticate/sso/api.py	2014-08-27 21:13:40.388419051 -0400
++++ b/authkit/authenticate/sso/api.py	2014-08-27 21:14:40.659645804 -0400
+@@ -13,7 +13,7 @@
+ """
+ import logging
+ 
+-from elementtree import ElementTree
++import xml.etree.cElementTree as ElementTree
+ from paste.request import construct_url
+ from paste.util.converters import asbool
+ from paste.httpexceptions import HTTPNotFound, HTTPSeeOther, HTTPForbidden
+--- a/AuthKit.egg-info/requires.txt	2014-08-27 21:13:48.095831831 -0400
++++ b/AuthKit.egg-info/requires.txt	2014-08-27 21:20:35.238637909 -0400
+@@ -4,7 +4,6 @@
+ Beaker>=1.1
+ PasteScript>=1.1
+ python-openid>=2.1.1
+-elementtree>=1.2,<=1.3
+ decorator>=2.1.0
+ WebOb>=0.9.3
Index: branches/fc20-dev/server/fedora/specs/python-authkit.spec
===================================================================
--- branches/fc20-dev/server/fedora/specs/python-authkit.spec	(revision 2587)
+++ branches/fc20-dev/server/fedora/specs/python-authkit.spec	(revision 2588)
@@ -5,5 +5,5 @@
 Name:		python-authkit
 Version:	0.4.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An authentication and authorization toolkit for WSGI applications and frameworks
 
@@ -16,4 +16,15 @@
 BuildRequires:	python-setuptools
 BuildRequires:	python2-devel
+
+Requires:	python-beaker
+Requires:	python-decorator
+Requires:	python-nose
+Requires:	python-openid
+Requires:	python-paste
+Requires:	python-paste-deploy
+Requires:	python-paste-script
+Requires:	python-webob
+
+Patch0:		python-authkit.patch
 
 %description
@@ -30,4 +41,5 @@
 %prep
 %setup -q -n AuthKit-%{version}
+%patch0 -p1
 
 
@@ -49,4 +61,7 @@
 
 %changelog
+* Thu Aug 28 2014 Alex Chernyakhovsky <achernya@mit.edu> - 0.4.5-2
+- Correct ElementTree import.
+
 * Thu Aug 28 2014 Alex Chernyakhovsky <achernya@mit.edu> - 0.4.5-1
 - Initial packaging.
