938b91f3ba
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=22
9 lines
429 B
Diff
9 lines
429 B
Diff
diff -Naur ../setuptools-0.6c8.orig/setuptools/command/sdist.py ./setuptools/command/sdist.py
|
|
--- ../setuptools-0.6c8.orig/setuptools/command/sdist.py 2006-10-31 18:20:42.000000000 +0100
|
|
+++ ./setuptools/command/sdist.py 2008-10-22 11:51:54.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+from distutils import log
|
|
from distutils.command.sdist import sdist as _sdist
|
|
from distutils.util import convert_path
|
|
import os, re, sys, pkg_resources
|