summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-13 23:00:26 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-13 23:00:26 +0000
commit099aae04957393236d83c3da316af854be1b2d4e (patch)
tree31ca346eadc60282ca4b42068446f86ffd778faa /dev-python/simplejson/simplejson-1.4.ebuild
parentadding simplejson, it is a (better) alternative to json-py, but really there ... (diff)
downloadliquidx-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.ebuild4
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"
+