10 buildPythonPackage rec {
11 pname = "marshmallow-oneofschema";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "marshmallow-code";
21 hash = "sha256-x0v8WkfjGkP2668QIQiewQViYFDIS2zBWMULcDThWas=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
34 "marshmallow_oneofschema"
38 description = "Marshmallow library extension that allows schema (de)multiplexing";
39 homepage = "https://github.com/marshmallow-code/marshmallow-oneofschema";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ivan-tkatchev ];