From e3b5b37987ed41c43dd84b8955397ec0c0c9330c Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 3 May 2008 00:13:04 +0000 Subject: [PATCH] [packages] lang/python fixes: - add missing files to enable use of ez_setup.py (closes: #3000) - fix python-doc - bumb release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@11012 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index a2394ca5d..7887857c7 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2007 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python PKG_VERSION:=2.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)/ @@ -153,9 +153,11 @@ endef define PyPackage/python/filespec +|/usr/bin/python$(PYTHON_VERSION) ++|/usr/include/python$(PYTHON_VERSION)/pyconfig.h +|/usr/lib/python$(PYTHON_VERSION) -|/usr/lib/python$(PYTHON_VERSION)/bsddb/test -|/usr/lib/python$(PYTHON_VERSION)/config ++|/usr/lib/python$(PYTHON_VERSION)/config/Makefile -|/usr/lib/python$(PYTHON_VERSION)/ctypes/test -|/usr/lib/python$(PYTHON_VERSION)/distutils/command/wininst-*.exe -|/usr/lib/python$(PYTHON_VERSION)/distutils/tests @@ -243,7 +245,7 @@ define PyPackage/python-mini/install ln -sf python$(PYTHON_VERSION) $(1)/usr/bin/python endef -define PyPackage/python-pydoc/filespec +define PyPackage/python-doc/filespec +|/usr/lib/python$(PYTHON_VERSION)/pydoc.py endef -- 2.11.0