You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/word_cloud/files/word_cloud-1.6.0-bundled-fo...

10 lines
238 B

Don't install bundled DroidSansMono font.
--- a/setup.py
+++ b/setup.py
@@ -24,3 +24,3 @@
packages=['wordcloud'],
- package_data={'wordcloud': ['stopwords', 'DroidSansMono.ttf']}
+ package_data={'wordcloud': ['stopwords']}
)