guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: poetry: Use an old msgpack implementation.


From: guix-commits
Subject: 02/02: gnu: poetry: Use an old msgpack implementation.
Date: Thu, 13 Jan 2022 14:04:53 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 391f22fa3e34ac0ef0c31a422ccfb49c92f744ac
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Jan 13 10:50:34 2022 +0100

    gnu: poetry: Use an old msgpack implementation.
    
    * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace
    python-msgpack with python-msgpack-transitional.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
            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



reply via email to

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