pythonPackages.marshmallow: python2 no longer supported

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:51 +01:00
committed by Frederik Rietdijk
parent ee82472382
commit ba7cb82c0c
@@ -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";