[Lunar-commits] <moonbase> mechanize: It seems that setuputils works differently these days.

Dave Brown dagbrown at lunar-linux.org
Mon Apr 13 10:32:07 CEST 2009


commit c768f168c0b48a31804228ee89a20dcf57ed19f3
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Mon Apr 13 17:32:07 2009 +0900

    mechanize: It seems that setuputils works differently these days.
---
 python/mechanize/BUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/python/mechanize/BUILD b/python/mechanize/BUILD
index 2a6b5f9..edec15e 100644
--- a/python/mechanize/BUILD
+++ b/python/mechanize/BUILD
@@ -1,6 +1,7 @@
 (
 
+    python setup.py build   &&
     prepare_install         &&
-    python setup.py install
+    python setup.py easy_install .
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list