dev-python/html2text: Fix /usr/bin/html2text collision regression

Closes: https://bugs.gentoo.org/707676
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
Sebastian Pipping
2020-03-03 20:11:07 +01:00
parent 68cbb08632
commit 4724d07951

View File

@@ -22,6 +22,6 @@ distutils_enable_tests pytest
python_prepare_all() {
# naming conflict with app-text/html2text, bug 421647
sed -i 's/html2text = html2text.cli:main/py\0/' setup.py || die
sed -i 's/html2text = html2text.cli:main/py\0/' setup.cfg || die
distutils-r1_python_prepare_all
}