mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-marshmallow.
Marshmallow no longer supports Python 2. * gnu/packages/python-xyz.scm (python2-marshmallow): Remove variable.
This commit is contained in:
parent
f86990ba7d
commit
d23ceb66d4
1 changed files with 0 additions and 3 deletions
|
@ -16544,9 +16544,6 @@ (define-public python-marshmallow
|
|||
complex datatypes to and from native Python datatypes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-marshmallow
|
||||
(package-with-python2 python-marshmallow))
|
||||
|
||||
(define-public python-apispec
|
||||
(package
|
||||
(name "python-apispec")
|
||||
|
|
Loading…
Reference in a new issue