python3Packages.marshmallow-dataclass: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:43:56 +01:00
parent 17ae98e791
commit 685de11974
@@ -5,10 +5,8 @@
marshmallow,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
setuptools,
typeguard,
typing-extensions,
typing-inspect,
}:
@@ -29,8 +27,7 @@ buildPythonPackage rec {
dependencies = [
marshmallow
typing-inspect
]
++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
];
nativeCheckInputs = [
pytestCheckHook