mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user