wok-6.x diff pygobject/receipt @ rev 5848
xfmedia: Fix BUILD_DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jul 16 16:00:31 2010 +0200 (2010-07-16) |
parents | 734283599021 |
children | 5921dc28d8c6 |
line diff
1.1 --- a/pygobject/receipt Sat Jan 16 22:55:00 2010 +0100 1.2 +++ b/pygobject/receipt Fri Jul 16 16:00:31 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Python bindings for the GObject library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="python glib libffi" 1.8 +DEPENDS="python glib libffi libgio" 1.9 BUILD_DEPENDS="python python-dev pkg-config glib glib-dev libffi-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"