lfam pushed a commit to branch master
in repository guix.
commit 391f22fa3e34ac0ef0c31a422ccfb49c92f744ac
Author: Tanguy Le Carrour <[email protected]>
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 <[email protected]>
---
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