SOURCES: python-setuptools-log.patch (NEW) - added missing import
wrobell
wrobell at pld-linux.org
Sat Sep 13 16:07:08 CEST 2008
Author: wrobell Date: Sat Sep 13 14:07:08 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added missing import
---- Files affected:
SOURCES:
python-setuptools-log.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-setuptools-log.patch
diff -u /dev/null SOURCES/python-setuptools-log.patch:1.1
--- /dev/null Sat Sep 13 16:07:09 2008
+++ SOURCES/python-setuptools-log.patch Sat Sep 13 16:07:03 2008
@@ -0,0 +1,9 @@
+--- setuptools-0.6c8/setuptools/command/sdist.py.orig 2008-09-13 14:58:37.000000000 +0100
++++ setuptools-0.6c8/setuptools/command/sdist.py 2008-09-13 14:58:46.000000000 +0100
+@@ -1,5 +1,6 @@
+ from distutils.command.sdist import sdist as _sdist
+ from distutils.util import convert_path
++from distutils import log
+ import os, re, sys, pkg_resources
+
+ entities = [
================================================================
More information about the pld-cvs-commit
mailing list