From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: [PATCH 0/2] Fix python-html5lib import. Date: Sat, 10 Dec 2016 16:57:19 +0100 Message-ID: <20161210155721.9324-1-mbakke@fastmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFk1o-0008EO-OW for guix-devel@gnu.org; Sat, 10 Dec 2016 10:57:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFk1l-00086Z-Nn for guix-devel@gnu.org; Sat, 10 Dec 2016 10:57:36 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53914) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFk1l-00086O-HR for guix-devel@gnu.org; Sat, 10 Dec 2016 10:57:33 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." 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" To: guix-devel@gnu.org Cc: Marius Bakke I'm not sure if this is a recent dependency, but without this patch "import html5lib" complains about not finding webencodings module. Marius Bakke (2): gnu: Add python-webencodings. gnu: python-html5lib: Add dependency on python-webencodings. gnu/packages/python.scm | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) -- 2.11.0