forked from pool/python-pyenchant
Fix build broken by attempted download of distribute OBS-URL: https://build.opensuse.org/request/show/199067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=13
13 lines
341 B
Diff
13 lines
341 B
Diff
--- setup.py.orig 2013-09-13 13:37:21.776077338 -0600
|
|
+++ setup.py 2013-09-13 13:37:36.518174652 -0600
|
|
@@ -5,9 +5,6 @@
|
|
# This script is placed in the public domain.
|
|
#
|
|
|
|
-
|
|
-import distribute_setup
|
|
-distribute_setup.use_setuptools()
|
|
from setuptools import setup, find_packages, Extension
|
|
from distutils.archive_util import make_archive
|
|
|