add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13810 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-02 02:28:45 +00:00
parent d60f8cd738
commit 52e53e2910

@ -37,7 +37,7 @@ define Package/python-gnome-desktop/Default
CATEGORY:=Languages
TITLE:=$(1) python bindings
URL:=http://ftp.gnome.org/
DEPENDS:=python-core $(2)
DEPENDS:=python-core python-gtk $(2)
endef
define Package/python-rsvg