[PATCH] gnu: python-txtorcon: Fix build failure due

  • Done
  • quality assurance status badge
Details
3 participants
  • Adam Faiz
  • Brendan Tildesley
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Brendan Tildesley
Severity
normal
B
B
Brendan Tildesley wrote on 17 Apr 2023 11:42
[PATCH] gnu: python-txtorcon
(address . guix-patches@gnu.org)
20230417094222.31537-1-mail@brendan.scot
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(+)

Toggle diff (14 lines)
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
B
B
Brendan Tildesley wrote on 19 Apr 2023 06:05
[PATCH v2] gnu: python-txtorcon: Fix build.
(address . 62897@debbugs.gnu.org)
20230419040539.13633-1-mail@brendan.scot
gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
to missing dependency.
---
Of course I messed up the commit message...

gnu/packages/python-crypto.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
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
A
A
Adam Faiz wrote on 19 Apr 2023 07:06
retitle bug #62897
(address . control@debbugs.gnu.org)
057617a0-1297-1977-2821-a55d837f32aa@disroot.org
retitle 62897 [PATCH] gnu: python-txtorcon: Fix build failure due
to missing dependency.
N
N
Nicolas Goaziou wrote on 21 Apr 2023 11:05
Re: [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build.
(name . Brendan Tildesley)(address . mail@brendan.scot)(address . 62897-done@debbugs.gnu.org)
877cu54nbu.fsf@nicolasgoaziou.fr
Hello,

Brendan Tildesley <mail@brendan.scot> writes:

Toggle quote (5 lines)
> 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
Closed
?