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:
lars
2009-03-06 20:27:09 +00:00
parent 519f8c7053
commit a456db34e4
42 changed files with 425 additions and 471 deletions

View File

@ -23,7 +23,7 @@ define Package/numpy
CATEGORY:=Languages
TITLE:=numpy
URL:=http://numpy.sf.net
DEPENDS:=python-core @TARGET_x86||TARGET_olpc||TARGET_uml @BROKEN
DEPENDS:=+python-mini @TARGET_x86||TARGET_olpc||TARGET_uml @BROKEN
endef
define Package/numpy/description