pythonPackages.marshmallow: python2 no longer supported

This commit is contained in:
Jonathan Ringer 2019-12-22 11:38:29 -08:00 committed by Frederik Rietdijk
parent ee82472382
commit ba7cb82c0c

View File

@ -1,10 +1,11 @@
{ lib, buildPythonPackage, fetchPypi,
dateutil, simplejson
dateutil, simplejson, isPy27
}:
buildPythonPackage rec {
pname = "marshmallow";
version = "3.3.0";
disabled = isPy27;
meta = {
homepage = "https://github.com/marshmallow-code/marshmallow";