diff options
author | 2006-08-13 23:00:26 +0000 | |
---|---|---|
committer | 2006-08-13 23:00:26 +0000 | |
commit | 099aae04957393236d83c3da316af854be1b2d4e (patch) | |
tree | 31ca346eadc60282ca4b42068446f86ffd778faa /dev-python/simplejson/simplejson-1.4.ebuild | |
parent | adding simplejson, it is a (better) alternative to json-py, but really there ... (diff) | |
download | liquidx-099aae04957393236d83c3da316af854be1b2d4e.tar.gz liquidx-099aae04957393236d83c3da316af854be1b2d4e.tar.bz2 liquidx-099aae04957393236d83c3da316af854be1b2d4e.zip |
adding reference to bug and setuptools to deps
svn path=/; revision=53
Diffstat (limited to 'dev-python/simplejson/simplejson-1.4.ebuild')
-rw-r--r-- | dev-python/simplejson/simplejson-1.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-1.4.ebuild b/dev-python/simplejson/simplejson-1.4.ebuild index 6c22582..948320d 100644 --- a/dev-python/simplejson/simplejson-1.4.ebuild +++ b/dev-python/simplejson/simplejson-1.4.ebuild @@ -13,4 +13,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-lang/python-2.3" +DEPEND=">=dev-lang/python-2.3 + dev-python/setuptools" + |