From 391f22fa3e34ac0ef0c31a422ccfb49c92f744ac Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Thu, 13 Jan 2022 10:50:34 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3