summaryrefslogtreecommitdiffstats
path: root/python/gnome-python
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-24 18:04:52 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-25 13:22:31 +0200
commitdb6f36d48689e244e3355cf1653de4d93eb82ac4 (patch)
treee3b38e0040525d8ad9075e11974ee8ca3bb615b5 /python/gnome-python
parenta5318d98cdcc8edf42d61e61b187519994b3981b (diff)
downloadslackbuilds-db6f36d48689e244e3355cf1653de4d93eb82ac4.tar.gz
slackbuilds-db6f36d48689e244e3355cf1653de4d93eb82ac4.tar.xz
python/gnome-python: Fixed dep information
Diffstat (limited to 'python/gnome-python')
-rw-r--r--python/gnome-python/README2
-rw-r--r--python/gnome-python/gnome-python.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/gnome-python/README b/python/gnome-python/README
index 692e9a6872..0fabc1213d 100644
--- a/python/gnome-python/README
+++ b/python/gnome-python/README
@@ -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.
diff --git a/python/gnome-python/gnome-python.info b/python/gnome-python/gnome-python.info
index e411ae44e7..080e64a968 100644
--- a/python/gnome-python/gnome-python.info
+++ b/python/gnome-python/gnome-python.info
@@ -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"