# HG changeset patch # User Jeff Hammel # Date 1333140032 25200 # Node ID f2e31ac03bb371fdb1a5dc40c61638f4560fc7aa # Parent 5fb1844db0b2465ce6709c8340b9e8a6e959a3ef flushing this out diff -r 5fb1844db0b2 -r f2e31ac03bb3 paint/package.py --- a/paint/package.py Fri Mar 30 13:38:33 2012 -0700 +++ b/paint/package.py Fri Mar 30 13:40:32 2012 -0700 @@ -151,6 +151,9 @@ def dependencies(self): """return the dependencies""" + # TODO: should probably have a more detailed dict: + # {'mozinfo': {'version': '>= 0.2', + # 'url': 'http://something.com/'}} # get the egg_info directory egg_info = self._egg_info()