[Python-modules-commits] r4666 - in tools (find_python_dependencies.sh)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Mar 1 12:33:44 UTC 2008


    Date: Saturday, March 1, 2008 @ 12:33:43
  Author: piotr
Revision: 4666

use "python-pkg-resources" package for "pkg_resources" module (see python-setuptools 0.6c8-1's changelog entry)

Modified:
  tools/find_python_dependencies.sh

Modified: tools/find_python_dependencies.sh
===================================================================
--- tools/find_python_dependencies.sh	2008-02-29 22:36:39 UTC (rev 4665)
+++ tools/find_python_dependencies.sh	2008-03-01 12:33:43 UTC (rev 4666)
@@ -56,6 +56,7 @@
 	case $i in
 		test*|os|os\.*|re|sys|logging|thread|sets|gettext) continue;;
 		an|and|the|error*) continue;;
+		pkg_resources) echo "python-pkg-resources"; continue;;
 	esac
 	#echo "  $i" # DEBUG
 	python -c "import $i as tmp; print tmp.__file__" 2>&1 \




More information about the Python-modules-commits mailing list