python3Packages.annoted-types: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:50 +01:00
parent 30aa61ec00
commit 365fa3bb57
@@ -3,9 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
typing-extensions,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -22,8 +20,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ hatchling ];
propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [ typing-extensions ];
pythonImportsCheck = [ "annotated_types" ];
nativeCheckInputs = [ pytestCheckHook ];