From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMWgZ-0001fw-Bt for guix-patches@gnu.org; Fri, 03 May 2019 07:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMWgY-0003vx-FC for guix-patches@gnu.org; Fri, 03 May 2019 07:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMWgY-0003vY-B2 for guix-patches@gnu.org; Fri, 03 May 2019 07:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMWgY-00043N-0w for guix-patches@gnu.org; Fri, 03 May 2019 07:49:02 -0400 Subject: [bug#35446] [PATCH 02/26] gnu: Add python-css-parser, python2-css-parser. Resent-Message-ID: Date: Fri, 3 May 2019 13:48:23 +0200 From: Andreas Enge Message-ID: <20190503114823.GB1858@jurong> References: <20190427093659.21851-1-mail@brendan.scot> <20190427093659.21851-2-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190427093659.21851-2-mail@brendan.scot> 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: Brendan Tildesley Cc: 35446@debbugs.gnu.org On Sat, Apr 27, 2019 at 07:36:35PM +1000, Brendan Tildesley wrote: > * gnu/packages/python-web.scm (python-css-parser, python2-css-parser): New > variables. Applied, thanks! Since python2-cssutils has no dependent apart from calibre, should we maybe delete it to further our efforts of getting rid of python@2? (python-cssutils is used for other packages.) Andreas