[Python-modules-commits] r21232 - in packages/wtforms/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Apr 15 14:28:36 UTC 2012


    Date: Sunday, April 15, 2012 @ 14:28:35
  Author: bzed
Revision: 21232

really set pythonpath to something useful.

Modified:
  packages/wtforms/trunk/debian/rules

Modified: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	2012-04-15 14:24:01 UTC (rev 21231)
+++ packages/wtforms/trunk/debian/rules	2012-04-15 14:28:35 UTC (rev 21232)
@@ -8,7 +8,7 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; cd tests ;\
 	    for python in $(shell pyversions -vr); do \
-	        export PYTHONPATH=`echo build/lib*-$${python}` ;\
+	        export PYTHONPATH=`echo ../build/lib*-$${python}` ;\
 		python$${python} runtests.py ext_sqlalchemy ext_dateutil ext_django ;\
 	done
 endif




More information about the Python-modules-commits mailing list