forked from pool/python-nltk
Accepting request 209813 from home:posophe:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/209813 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
b77989d251
commit
05e79db05a
12
nltk-2.0.4-dont-use-python-distribute.patch
Normal file
12
nltk-2.0.4-dont-use-python-distribute.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -19,9 +19,6 @@
|
||||
with open(version_file) as fh:
|
||||
nltk_version = fh.read().strip()
|
||||
|
||||
-import distribute_setup
|
||||
-distribute_setup.use_setuptools()
|
||||
-
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user