From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43202) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBDax-00035S-JG for guix-patches@gnu.org; Mon, 09 Mar 2020 04:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBDaw-0004vW-OD for guix-patches@gnu.org; Mon, 09 Mar 2020 04:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBDaw-0004vN-Kj for guix-patches@gnu.org; Mon, 09 Mar 2020 04:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBDaw-0004bO-HK for guix-patches@gnu.org; Mon, 09 Mar 2020 04:17:02 -0400 Subject: [bug#39777] [PATCH V3 0/11] gnu: poetry: Update to 1.0.5. References: <20200225082847.9548-1-tanguy@bioneland.org> In-Reply-To: <20200225082847.9548-1-tanguy@bioneland.org> Resent-Message-ID: Date: Mon, 9 Mar 2020 09:16:03 +0100 From: Tanguy Le Carrour Message-ID: <20200309081603.w3kbttqd6grzjwjw@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39777@debbugs.gnu.org Hi, V2 works fine on my computer at home, but when I applied it at work and build poetry… it failed?! I had to add missing propageted inputs to (yet) another package!? Here is the updated patch set… -- Tanguy