python3Packages.annoted-types: remove superfluous pythonOlder
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user