dev-python/mecab-python: update patch

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Akinori Hattori
2018-07-20 23:14:16 +09:00
parent 5ad7cb8464
commit 8ae278565d
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
return os.popen(str).readlines()[0][:-1]
def cmd2(str):
- return string.split (cmd1(str))
+ return cmd1(str).split()
setup(name = "mecab-python",
version = cmd1("mecab-config --version"),