From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3O1q-0005Sj-2M for guix-patches@gnu.org; Sat, 14 Oct 2017 11:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3O1m-0007TW-VD for guix-patches@gnu.org; Sat, 14 Oct 2017 11:07:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59930) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3O1m-0007TS-SM for guix-patches@gnu.org; Sat, 14 Oct 2017 11:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3O1m-00084q-Lj for guix-patches@gnu.org; Sat, 14 Oct 2017 11:07:02 -0400 Subject: bug#28783: Some of the python-autobahn dependencies Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171011104251.yreec2prh5akflkd@abyayala> Date: Sat, 14 Oct 2017 17:06:35 +0200 In-Reply-To: <20171011104251.yreec2prh5akflkd@abyayala> (ng0@infotropique.org's message of "Wed, 11 Oct 2017 10:42:51 +0000") Message-ID: <87fualwyys.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: ng0 Cc: 28783-done@debbugs.gnu.org ng0 skribis: > From fb3fc419ee89f773ac2aed5c3be4a272cf073ac5 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 11 Oct 2017 09:59:36 +0000 > Subject: [PATCH 2/5] gnu: Add python-py-ubjson. > > * gnu/packages/web.scm (python-py-ubjson): New variable. [...] > From db0232d9bbfabd630bc4a222cbe9c3721fb2d510 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 11 Oct 2017 10:28:28 +0000 > Subject: [PATCH 3/5] gnu: Add python-pynacl. > > * gnu/packages/crypto.scm (python-pynacl): New variable. [...] > From 78fba0316ae80b0699f82f626d56ffcc2798c39d Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 11 Oct 2017 10:38:46 +0000 > Subject: [PATCH 4/5] gnu: Add python-pyqrcode. > > * gnu/packages/python.scm (python-pyqrcode): New variable. Applied! BTW, should we provide =E2=80=98python2-=E2=80=99 variants of these? Thanks, Ludo=E2=80=99.