From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: bug#16569: [PATCH] gnu: Enable the 'ctypes' module in Python. Date: Mon, 03 Feb 2014 20:56:27 +0100 Message-ID: <52EFF46B.4020305@totakura.in> References: <52E644D9.5030000@totakura.in> <1391215560-6020-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPdf-0007b0-Ov for bug-guix@gnu.org; Mon, 03 Feb 2014 14:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAPde-0006t2-Tz for bug-guix@gnu.org; Mon, 03 Feb 2014 14:57:03 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:34317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPde-0006sy-QA for bug-guix@gnu.org; Mon, 03 Feb 2014 14:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WAPde-0004ZD-A5 for bug-guix@gnu.org; Mon, 03 Feb 2014 14:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1391215560-6020-1-git-send-email-tipecaml@gmail.com> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: 16569@debbugs.gnu.org Hi! This patch solved this bug. Thanks! Sree On 02/01/2014 01:46 AM, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-2): add libffi to the inputs and use it to > build the ctypes module.