diff options
Diffstat (limited to 'dev-python/html2text/files/html2text-rename.patch')
-rw-r--r-- | dev-python/html2text/files/html2text-rename.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/html2text/files/html2text-rename.patch b/dev-python/html2text/files/html2text-rename.patch new file mode 100644 index 00000000000..5857ef4957b --- /dev/null +++ b/dev-python/html2text/files/html2text-rename.patch @@ -0,0 +1,15 @@ +Naming conflict with app-text/html2text, bug 421647. + +diff --git a/setup.py b/setup.py +index dd3d9bc..cd28b49 100644 +--- a/setup.py ++++ b/setup.py +@@ -26,7 +26,7 @@ setup( + ], + entry_points=""" + [console_scripts] +- html2text=html2text:main ++ pyhtml2text=html2text:main + """, + license='GNU GPL 3', + packages=find_packages(), |