From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMIkV-0000hB-1C for guix-patches@gnu.org; Sat, 17 Jun 2017 14:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMIkR-0008ID-5o for guix-patches@gnu.org; Sat, 17 Jun 2017 14:47:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMIkR-0008I9-26 for guix-patches@gnu.org; Sat, 17 Jun 2017 14:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dMIkQ-0005PO-S3 for guix-patches@gnu.org; Sat, 17 Jun 2017 14:47:02 -0400 Subject: [bug#27400] [PATCH] gnu: Add python-apache-libcloud. Resent-Message-ID: Date: Sat, 17 Jun 2017 20:46:06 +0200 From: Danny Milosavljevic Message-ID: <20170617204606.4f8cdfc7@scratchpost.org> In-Reply-To: <87zid6g2g8.fsf@fastmail.com> References: <20170616212156.24333-1-dannym@scratchpost.org> <87zid6g2g8.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Marius Bakke Cc: 27400@debbugs.gnu.org Hi Marius, On Sat, 17 Jun 2017 15:37:27 +0200 Marius Bakke wrote: > Should this not be (assoc-ref inputs "openssh") "/bin/ssh"? Indeed. Thanks! > > + ;; See . > > + (("'.xf0.x90.x8d.x88'") "b'\\xF0\\x90\\x8D\\x88'") > > + (("'.xF0', '.x90', '.x8D', '.x88'") > > + "b'\\xF0', b'\\x90', b'\\x8D', b'\\x88'")) No idea. It works fine with Python 2 - and previous versions of apache-libcloud were Python 2 only. Let's see what they say. Pushed as 7ea498e5cd55c056492a778203414ce977350142.