Update python to 2.6.1.
Get rid of the virtual python-core package and instead python depends on python-mini and provides files missing in python-mini for a full featured python installation. Thus also update the dependencies of various python packages. git-svn-id: svn://svn.openwrt.org/openwrt/packages@14760 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -48,7 +48,7 @@ define Package/python-hippo-canvas
|
||||
SUBMENU:=Python
|
||||
TITLE:=Python bindings for hippo canvas
|
||||
URL:=http://developer.mugshot.org/wiki/Hippo_Canvas
|
||||
DEPENDS:=python-core +PACKAGE_python-hippo-canvas:python-gtk +PACKAGE_python-hippo-canvas:pycairo +hippo-canvas
|
||||
DEPENDS:=+python-mini +PACKAGE_python-hippo-canvas:python-gtk +PACKAGE_python-hippo-canvas:pycairo +hippo-canvas
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -46,7 +46,7 @@ define Package/python-vte
|
||||
SUBMENU:=Python
|
||||
TITLE:=Python bindings for vte
|
||||
URL:=http://developer.gnome.org/arch/gnome/widgets/vte.html
|
||||
DEPENDS:=python-core +PACKAGE_python-vte:python-gtk +vte
|
||||
DEPENDS:=+python-mini +PACKAGE_python-vte:python-gtk +vte
|
||||
endef
|
||||
|
||||
define Package/vte/description
|
||||
|
Reference in New Issue
Block a user