all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 64192@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#64192] [PATCH 1/3] gnu: python-blessed: Add missing dependency.
Date: Tue, 20 Jun 2023 14:05:57 +0000	[thread overview]
Message-ID: <0a854f55ba3f074ad4e0f0eeb326b38a73afa6a9.1687269551.git.paul@apatience.com> (raw)
In-Reply-To: <cover.1687269551.git.paul@apatience.com>

Fixes the build of python-curtsies.

The python-six dependency was accidentally removed in commit
9e1cbc62e54513ce92f7fc282700c87c93bfd25c.

* gnu/packages/python-xyz.scm (python-blessed)[propagated-inputs]: Add
python-six.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af9dd45d6e..fbbd96f4dd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28568,7 +28568,7 @@ (define-public python-blessed
      (list
       ;; Avoid python-pytest-coverage
       #:test-flags '(list "-c /dev/null")))
-    (propagated-inputs (list python-wcwidth))
+    (propagated-inputs (list python-six python-wcwidth))
     (native-inputs (list python-pytest))
     (home-page "https://github.com/jquast/blessed")
     (synopsis "Wrapper around terminal capabilities")
-- 
2.40.1






  reply	other threads:[~2023-06-20 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20 14:03 [bug#64192] [PATCH 0/3] gnu: bpython: Update to 0.24 Paul A. Patience
2023-06-20 14:05 ` Paul A. Patience [this message]
2023-06-20 14:06 ` [bug#64192] [PATCH 2/3] gnu: python-curtsies: Update to 0.4.1 Paul A. Patience
2023-06-20 14:06 ` [bug#64192] [PATCH 3/3] gnu: bpython: Update to 0.24 Paul A. Patience
2023-07-10 13:03 ` bug#64192: [PATCH 0/3] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a854f55ba3f074ad4e0f0eeb326b38a73afa6a9.1687269551.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=64192@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.