From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/1] Split acme into both Python variants Date: Wed, 30 Dec 2015 16:45:04 +0100 Message-ID: <87bn98uein.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEIw3-00085M-Bo for guix-devel@gnu.org; Wed, 30 Dec 2015 10:45:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEIvz-0000RM-8S for guix-devel@gnu.org; Wed, 30 Dec 2015 10:45:11 -0500 In-Reply-To: (Leo Famulari's message of "Mon, 21 Dec 2015 14:32:38 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > This patch splits the acme library into both Python variants. Currently, > its only user in Guix is the Python 2 official Let's Encrypt client, but > there is other software out there that supports Python 3. Sounds reasonable. > I tried and tried to make the python2-acme version inherit more from > python-acme but this is what I got working. > > I did try to apply the solution used in python2-pyopenssl and > python2-oauthlib [0] but I couldn't make it work. I think the issue is > that python2-acme uses both python2-pyopenssl and python2-cryptography, > so there are multiple layers of translation to watch out for. > > Suggestions welcome! What did you try exactly? The workaround is to explicitly list dependencies instead of using those computed by =E2=80=98package-with-pytho= n2=E2=80=99. HTH, Ludo'.