Author: rmarianski
Date: 2007-11-05 16:28:31 -0500 (Mon, 05 Nov 2007)
New Revision: 10530
Modified:
opencore/trunk/setup.py
Log:
comment out hprof dependency to fix build linking error on theman
Modified: opencore/trunk/setup.py
===================================================================
--- opencore/trunk/setup.py 2007-11-05 21:25:45 UTC (rev 10529)
+++ opencore/trunk/setup.py 2007-11-05 21:28:31 UTC (rev 10530)
@@ -28,7 +28,9 @@
'http://download.savannah.nongnu.org/releases/pyprof/hprof-0.1.1.tar.gz#egg=hprof'],
install_requires=[
# -*- Extra requirements: -*-
- 'hprof',
+ # comment out hprof because it was causing a linking build issue
+ # on theman
+ #'hprof',
"ClockQueue==dev,>=0.0",
'simplejson',
'decorator',
--
Archive:
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/11/1194298112824
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.