unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62897] [PATCH] gnu: python-txtorcon
@ 2023-04-17  9:42 Brendan Tildesley
  2023-04-19  4:05 ` [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build Brendan Tildesley
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2023-04-17  9:42 UTC (permalink / raw)
  To: 62897

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build.
  2023-04-17  9:42 [bug#62897] [PATCH] gnu: python-txtorcon Brendan Tildesley
@ 2023-04-19  4:05 ` Brendan Tildesley
  2023-04-21  9:05   ` bug#62897: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2023-04-19  4:05 UTC (permalink / raw)
  To: 62897

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(+)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62897: [PATCH v2] gnu: python-txtorcon: Fix build.
  2023-04-19  4:05 ` [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build Brendan Tildesley
@ 2023-04-21  9:05   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-04-21  9:05 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 62897-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-21 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17  9:42 [bug#62897] [PATCH] gnu: python-txtorcon Brendan Tildesley
2023-04-19  4:05 ` [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build Brendan Tildesley
2023-04-21  9:05   ` bug#62897: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).