wok-6.x rev 3395
mitter & python-turbogears: update depends
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 00:19:56 2009 +0000 (2009-06-12) |
parents | a5018f0d3122 |
children | 5f1aeeb805d8 |
files | mitter/receipt python-turbogears/receipt |
line diff
1.1 --- a/mitter/receipt Fri Jun 12 00:16:02 2009 +0000 1.2 +++ b/mitter/receipt Fri Jun 12 00:19:56 2009 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://code.google.com/p/mitter" 1.6 WGET_URL="http://mitter.googlecode.com/files/$TARBALL" 1.7 -DEPENDS="python pygtk simplejson" 1.8 +DEPENDS="python pygtk python-simplejson" 1.9 BUILD_DEPENDS="python-dev" 1.10 1.11 # Rules to configure and make the package.
2.1 --- a/python-turbogears/receipt Fri Jun 12 00:16:02 2009 +0000 2.2 +++ b/python-turbogears/receipt Fri Jun 12 00:19:56 2009 +0000 2.3 @@ -11,7 +11,7 @@ 2.4 WGET_URL="http://files.turbogears.org/eggs/$TARBALL" 2.5 DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ 2.6 python-paste python-pastedeploy python-pastescript python-formencode \ 2.7 -python-decoratortools python-extremes simplejson" 2.8 +python-decoratortools python-extremes python-simplejson" 2.9 BUILD_DEPENDS="$DEPENDS python-dev setuptools" 2.10 2.11 # Rules to configure and make the package.