From ed25620f982e5035956ea0e94b86240c41c95a6c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:59 +0100 Subject: [PATCH] distribute: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/devel/distribute/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/devel/distribute/meta b/packages/python/devel/distribute/meta index 8f495ba637..6d697ae349 100644 --- a/packages/python/devel/distribute/meta +++ b/packages/python/devel/distribute/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/devel" PKG_SHORTDESC="distribute: A collection of enhancements to the Python distutils" PKG_LONGDESC="Distribute is intended to replace Setuptools as the standard method for working with Python module distributions. Packages built and distributed using distribute look to the user like ordinary Python packages based on the distutils. Your users don't need to install or even know about setuptools in order to use them, and you don't have to include the entire setuptools package in your distributions. By including just a single bootstrap module (a 7K .py file), your package will automatically download and install setuptools if the user is building your package from source and doesn't have a suitable version already installed." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"