pythonPackages.marshmallow: python2 no longer supported
This commit is contained in:
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user