all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tanguy Le Carrour <tanguy@bioneland.org>
To: 53228@debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy@bioneland.org>
Subject: [bug#53228] [PATCH 2/2] gnu: poetry: Fix inputs.
Date: Thu, 13 Jan 2022 10:50:34 +0100	[thread overview]
Message-ID: <20220113095034.3849-2-tanguy@bioneland.org> (raw)
In-Reply-To: <20220113095034.3849-1-tanguy@bioneland.org>

* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace python-msgpack with python-msgpack-transitional.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66ec26d142..0091165d37 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16119,7 +16119,9 @@ (define-public poetry
            python-entrypoints
            python-html5lib
            python-keyring
-           python-msgpack
+           ; Use of deprecated version of msgpack reported upstream:
+           ; https://github.com/python-poetry/poetry/issues/3607
+           python-msgpack-transitional
            python-packaging
            python-pexpect
            python-pip
-- 
2.34.0





  reply	other threads:[~2022-01-13  9:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13  9:45 [bug#53228] [PATCH 0/2] gnu: poetry: Fix inputs Tanguy Le Carrour
2022-01-13  9:50 ` [bug#53228] [PATCH 1/2] Revert "gnu: Remove python-msgpack-transitional." Tanguy Le Carrour
2022-01-13  9:50   ` Tanguy Le Carrour [this message]
2022-01-13 19:05 ` bug#53228: [PATCH 0/2] gnu: poetry: Fix inputs Leo Famulari
2022-01-14  7:53   ` [bug#53228] " Tanguy LE CARROUR

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=20220113095034.3849-2-tanguy@bioneland.org \
    --to=tanguy@bioneland.org \
    --cc=53228@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.