From 03969bec7d5794a425dca90ebaf5c4a26239a4dc Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 9 Mar 2009 21:00:57 +0200 Subject: [PATCH] setuptools: added --single-version-externally-managed and --root=$root to SETUPTOOLS packages as karasz suggested, to avoid shared files --- python/setuptools/parse-config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/setuptools/parse-config b/python/setuptools/parse-config index 5e45b2376..c41c19dcb 100644 --- a/python/setuptools/parse-config +++ b/python/setuptools/parse-config @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../setuptools/parse-config -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -19,4 +19,7 @@ if hasflag SETUPTOOLS; then var_append flistdel "|" "${eazyinstall_pth#/}" unset eazyinstall_pth + + var_append pyconfopt ' ' '--single-version-externally-managed' + var_append pyconfopt ' ' "--root=$root/" fi