summaryrefslogtreecommitdiff
path: root/dev-python/html2text
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/html2text')
-rw-r--r--dev-python/html2text/html2text-2025.4.15-r1.ebuild (renamed from dev-python/html2text/html2text-2025.4.15.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html2text/html2text-2025.4.15.ebuild b/dev-python/html2text/html2text-2025.4.15-r1.ebuild
index da4b8b4fa60a..1f99d0b40c29 100644
--- a/dev-python/html2text/html2text-2025.4.15.ebuild
+++ b/dev-python/html2text/html2text-2025.4.15-r1.ebuild
@@ -28,6 +28,6 @@ distutils_enable_tests pytest
src_prepare() {
# naming conflict with app-text/html2text, bug 421647
- sed -e 's/html2text = html2text.cli:main/py\0/' -i setup.cfg || die
+ sed -e 's/html2text = "html2text.cli:main"/py\0/' -i pyproject.toml || die
distutils-r1_src_prepare
}