diff --git a/python-html2text.spec b/python-html2text.spec
index 2db8d63..75d13d1 100644
--- a/python-html2text.spec
+++ b/python-html2text.spec
@@ -47,6 +47,8 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# An upstream mistake. A conflict betwenn html2text.py in python_sitelib
+# and in bindir when an external project tries to import it
rm %{buildroot}%{_bindir}/html2text.py
%files