diff --git a/python-html5lib.changes b/python-html5lib.changes
index b519572..64cad16 100644
--- a/python-html5lib.changes
+++ b/python-html5lib.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Apr 7 16:07:01 UTC 2017 - toddrme2178@gmail.com
+
+- html5lib has a hard dependency on python-webencodings.
+ It will fail at import time without it.
+
-------------------------------------------------------------------
Tue Apr 4 14:54:02 UTC 2017 - aloisio@gmx.com
diff --git a/python-html5lib.spec b/python-html5lib.spec
index 72abe05..4aced34 100644
--- a/python-html5lib.spec
+++ b/python-html5lib.spec
@@ -38,6 +38,7 @@ BuildRequires: %{python_module webencodings}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
+Requires: python-webencodings
Recommends: python-Genshi
Recommends: python-lxml
BuildRoot: %{_tmppath}/%{name}-%{version}-build