diff options
-rw-r--r-- | python/gnome-python/README | 2 | ||||
-rw-r--r-- | python/gnome-python/gnome-python.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/gnome-python/README b/python/gnome-python/README index 692e9a6872aa..0fabc1213db0 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 e411ae44e7b5..080e64a96880 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" |