gnu: python-marshmallow-jsonapi: Use python-marshmallow.
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]: Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
This commit is contained in:
parent
a1f487eba7
commit
5ff2218eef
1 changed files with 1 additions and 1 deletions
|
@ -19554,7 +19554,7 @@ (define-public python-marshmallow-jsonapi
|
|||
(base32 "1d9pxcgmln4gls99vwj1h24qv0lz7fb2jqmqrsiv1pid1snc125x"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-marshmallow-3.2))
|
||||
(list python-marshmallow))
|
||||
(native-inputs
|
||||
(list python-faker
|
||||
python-flake8
|
||||
|
|
Loading…
Reference in a new issue