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:
parent
66ab299a07
commit
391f22fa3e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue