gnu: Remove python2-marshmallow.

Marshmallow no longer supports Python 2.

* gnu/packages/python-xyz.scm (python2-marshmallow): Remove variable.
This commit is contained in:
Marius Bakke 2020-11-27 15:04:38 +01:00
parent f86990ba7d
commit d23ceb66d4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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