python3Packages.jsonschema-specifications: remove superfluous pythonOlder
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
fetchPypi,
|
||||
hatch-vcs,
|
||||
hatchling,
|
||||
importlib-resources,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
referencing,
|
||||
}:
|
||||
|
||||
@@ -28,8 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
referencing
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user