From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32937: python-six-bootstrap referenced by profile Date: Fri, 05 Oct 2018 09:15:20 +0200 Message-ID: <87pnwosw3b.fsf@elephly.net> References: <20181004211810.GA19109@jasmine.lan> 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]:45043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8KP5-0004MA-9S for bug-guix@gnu.org; Fri, 05 Oct 2018 03:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8KMB-0007E0-5M for bug-guix@gnu.org; Fri, 05 Oct 2018 03:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8KMA-0007DP-UL for bug-guix@gnu.org; Fri, 05 Oct 2018 03:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8KMA-0001Pl-Fl for bug-guix@gnu.org; Fri, 05 Oct 2018 03:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20181004211810.GA19109@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 32937@debbugs.gnu.org Leo Famulari writes: > While setting up a build environment for Borg from Guix commit > 9e783d0bf22a7ff965105eb45f6c179a832bbabf, I noticed a profile collision > between python-six and python-six-bootstrap, with the bootstrap package > winning the contest: [=E2=80=A6] > These package "bootstrap" packages shouldn't be referenced in profiles, > right? This doesn=E2=80=99t seem okay, but it is harmless enough to delay changing= it. The difference between the bootstrap package and regular python-six is tests: the bootstrap package does not depend on pytest and has its tests disabled. There are only two packages using python-six-bootstrap: python-more-itertools and python-pytest. Both of them propagate python-six-bootstrap. -- Ricardo