Mercurial > hg > PaInt
comparison paint/package.py @ 32:f2e31ac03bb3
flushing this out
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 30 Mar 2012 13:40:32 -0700 |
parents | 5fb1844db0b2 |
children | 5efb61fde8aa |
comparison
equal
deleted
inserted
replaced
31:5fb1844db0b2 | 32:f2e31ac03bb3 |
---|---|
149 # return the information | 149 # return the information |
150 return info_dict | 150 return info_dict |
151 | 151 |
152 def dependencies(self): | 152 def dependencies(self): |
153 """return the dependencies""" | 153 """return the dependencies""" |
154 # TODO: should probably have a more detailed dict: | |
155 # {'mozinfo': {'version': '>= 0.2', | |
156 # 'url': 'http://something.com/'}} | |
154 | 157 |
155 # get the egg_info directory | 158 # get the egg_info directory |
156 egg_info = self._egg_info() | 159 egg_info = self._egg_info() |
157 | 160 |
158 # read the dependencies | 161 # read the dependencies |