python3Packages.marshmallow-polyfield: mark broken
Not compatible with marshmallow 4.x.
This commit is contained in:
committed by
Robert Schütz
parent
008112cab2
commit
2ac0bbdae1
@@ -35,6 +35,8 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "marshmallow" ];
|
||||
|
||||
meta = with lib; {
|
||||
# https://github.com/Bachmann1234/marshmallow-polyfield/issues/45
|
||||
broken = true;
|
||||
description = "Extension to Marshmallow to allow for polymorphic fields";
|
||||
homepage = "https://github.com/Bachmann1234/marshmallow-polyfield";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user