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.
