mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-13 19:18:06 -07:00
dev-python/mecab-python: update patch
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
11
dev-python/mecab-python/files/mecab-python-python3.patch
Normal file
11
dev-python/mecab-python/files/mecab-python-python3.patch
Normal 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"),
|
||||
Reference in New Issue
Block a user