guix-patches
[Top][All Lists]
Advanced

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

[bug#53228] [PATCH 2/2] gnu: poetry: Fix inputs.


From: Tanguy Le Carrour
Subject: [bug#53228] [PATCH 2/2] gnu: poetry: Fix inputs.
Date: Thu, 13 Jan 2022 10:50:34 +0100

* 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 via email to

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