emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62897: closed ([PATCH] gnu: python-txtorcon: Fix build failure due)


From: GNU bug Tracking System
Subject: bug#62897: closed ([PATCH] gnu: python-txtorcon: Fix build failure due)
Date: Fri, 21 Apr 2023 09:06:01 +0000

Your message dated Fri, 21 Apr 2023 11:05:41 +0200
with message-id <877cu54nbu.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build.
has caused the debbugs.gnu.org bug report #62897,
regarding [PATCH] gnu: python-txtorcon: Fix build failure due
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62897: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62897
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-txtorcon Date: Mon, 17 Apr 2023 19:42:22 +1000
gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
to missing dependency.
---
 gnu/packages/python-crypto.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f434c90c73..bf083497d0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1317,6 +1317,7 @@ (define-public python-txtorcon
      (list python-automat
            python-idna
            python-incremental
+           python-pyopenssl
            python-service-identity
            python-twisted
            python-zope-interface))
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build. Date: Fri, 21 Apr 2023 11:05:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Brendan Tildesley <mail@brendan.scot> writes:

> gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
> to missing dependency.
> ---
> Of course I messed up the commit message...

I tweaked again the commit message (mentionning python-pyopenssl
addition) and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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