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, { lib, buildPythonPackage, fetchPypi,
dateutil, simplejson dateutil, simplejson, isPy27
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "marshmallow"; pname = "marshmallow";
version = "3.3.0"; version = "3.3.0";
disabled = isPy27;
meta = { meta = {
homepage = "https://github.com/marshmallow-code/marshmallow"; homepage = "https://github.com/marshmallow-code/marshmallow";