guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/1] Split acme into both Python variants


From: Ludovic Courtès
Subject: Re: [PATCH 0/1] Split acme into both Python variants
Date: Wed, 30 Dec 2015 16:45:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> 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 ‘package-with-python2’.

HTH,
Ludo'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]