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>
This commit is contained in:
Tanguy Le Carrour 2022-01-13 10:50:34 +01:00 committed by Leo Famulari
parent 66ab299a07
commit 391f22fa3e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 1 deletions

View File

@ -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