python3Packages.parver: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:44:44 +01:00
parent 6ded21128e
commit 0bb887f4a7
@@ -2,14 +2,12 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
setuptools,
attrs,
pytestCheckHook,
hypothesis,
pretend,
arpeggio,
typing-extensions,
}:
buildPythonPackage rec {
@@ -27,8 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
attrs
arpeggio
]
++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
];
nativeCheckInputs = [
pytestCheckHook