python/gnome-python: Fixed dep information

This commit is contained in:
ponce 2012-08-24 18:04:52 +02:00
parent a5318d98cd
commit db6f36d486
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ gnome-python is a set of bindings for the Gnome platform libraries.
It builds on top of the PyGTK bindings for GTK and the PyORBit
bindings for ORBit2.
This requires pyorbit and libgnome. libgnomeui is also recommended.
libgnomeui is a recommended optional dependency.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.28/gnome-python-
MD5SUM="a17ad952813ed86f520de8e07194a2bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ORBit2 libgnome libgnomeui pyorbit"
REQUIRES="libgnome pyorbit"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"