stac-validator: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:35:02 +01:00
parent c4d6724826
commit 0fb57043e8
@@ -8,7 +8,6 @@ python3Packages.buildPythonPackage rec {
pname = "stac-validator";
version = "3.10.2";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "stac-utils";