# HG changeset patch # User Claudinei Pereira # Date 1244765996 0 # Node ID 25c18407eac231efd481b00ee0ac6492c7004fc6 # Parent a5018f0d31226a45376479f741098a62b9ff55ed mitter & python-turbogears: update depends diff -r a5018f0d3122 -r 25c18407eac2 mitter/receipt --- a/mitter/receipt Fri Jun 12 00:16:02 2009 +0000 +++ b/mitter/receipt Fri Jun 12 00:19:56 2009 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/mitter" WGET_URL="http://mitter.googlecode.com/files/$TARBALL" -DEPENDS="python pygtk simplejson" +DEPENDS="python pygtk python-simplejson" BUILD_DEPENDS="python-dev" # Rules to configure and make the package. diff -r a5018f0d3122 -r 25c18407eac2 python-turbogears/receipt --- a/python-turbogears/receipt Fri Jun 12 00:16:02 2009 +0000 +++ b/python-turbogears/receipt Fri Jun 12 00:19:56 2009 +0000 @@ -11,7 +11,7 @@ WGET_URL="http://files.turbogears.org/eggs/$TARBALL" DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ python-paste python-pastedeploy python-pastescript python-formencode \ -python-decoratortools python-extremes simplejson" +python-decoratortools python-extremes python-simplejson" BUILD_DEPENDS="$DEPENDS python-dev setuptools" # Rules to configure and make the package.