From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34831) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5TB-0004Cp-Bl for guix-patches@gnu.org; Mon, 28 Oct 2019 09:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5T9-0000X6-Gh for guix-patches@gnu.org; Mon, 28 Oct 2019 09:54:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5T8-0000Wa-R8 for guix-patches@gnu.org; Mon, 28 Oct 2019 09:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP5T7-0005pn-Ox for guix-patches@gnu.org; Mon, 28 Oct 2019 09:54:01 -0400 Subject: [bug#37704] [PATCH 9/9] gnu: Add poetry. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5Si-0002qR-Ni for guix-patches@gnu.org; Mon, 28 Oct 2019 09:53:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5Sh-0000EQ-Me for guix-patches@gnu.org; Mon, 28 Oct 2019 09:53:36 -0400 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:52434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5Sh-0000DX-H6 for guix-patches@gnu.org; Mon, 28 Oct 2019 09:53:35 -0400 Received: by mail-wm1-x329.google.com with SMTP id p21so9555860wmg.2 for ; Mon, 28 Oct 2019 06:53:35 -0700 (PDT) References: <20191028094630.18002-1-tanguy@bioneland.org> <20191028094630.18002-9-tanguy@bioneland.org> From: Mathieu Othacehe In-reply-to: <20191028094630.18002-9-tanguy@bioneland.org> Date: Mon, 28 Oct 2019 14:53:21 +0100 Message-ID: <87v9s9j7se.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 37704@debbugs.gnu.org Cc: tanguy@bioneland.org > + ;; Bug in poetry https://github.com/sdispater/poetry/issues/866. > + (invoke "sed" "-i" "-e" "s/from distutils.core/from setuptools/" "setup.py") This line is too long. Mathieu