From efc2ec03ed61821345c286ec7bece619ca9ee38a24da17f9efa31dc25fb8323a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 24 Feb 2015 13:23:44 +0000
Subject: [PATCH] OBS-URL:
https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=18
---
python-html2text.spec | 2 ++
1 file changed, 2 insertions(+)
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