From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Python 3 native-search-paths Date: Sat, 31 Aug 2013 18:07:35 +0200 Message-ID: <87wqn1sv20.fsf@gnu.org> References: <20130831154014.GA5736@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnn1-0008L9-Md for guix-devel@gnu.org; Sat, 31 Aug 2013 12:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFnmw-0002an-DS for guix-devel@gnu.org; Sat, 31 Aug 2013 12:12:43 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:57449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnmw-0002aj-7K for guix-devel@gnu.org; Sat, 31 Aug 2013 12:12:38 -0400 In-Reply-To: <20130831154014.GA5736@debian> (Andreas Enge's message of "Sat, 31 Aug 2013 17:40:14 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > I just noticed that there is a variable native-search-paths in python-2, > which looks like it should be updated for python 3. However, when I modify > the package accordingly, it is not recompiled. How come? Is this variable > really needed? Yes it is [0]. :-) Changing it triggers a recompilation of anything that depends on Python, but not of Python itself. Ludo=E2=80=99. [0] http://lists.gnu.org/archive/html/bug-guix/2013-03/msg00158.html