diff options
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 |
commit | db6f36d48689e244e3355cf1653de4d93eb82ac4 (patch) | |
tree | e3b38e0040525d8ad9075e11974ee8ca3bb615b5 /python | |
parent | a5318d98cdcc8edf42d61e61b187519994b3981b (diff) |
python/gnome-python: Fixed dep information
Diffstat (limited to 'python')
-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" |