dt-schema: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:31:13 +01:00
parent 0f2a6ceb01
commit 46b83ef089
+4 -17
View File
@@ -1,5 +1,4 @@
{
lib,
python3,
}:
@@ -16,22 +15,10 @@ let
hash = "sha256-D4ZEN6uLYHa6ZwdFPvj5imoNUSqA6T+KvbZ29zfstg0=";
};
propagatedBuildInputs =
with self;
(
[
attrs
pyrsistent
]
++ lib.optionals (pythonOlder "3.8") [
importlib-metadata
typing-extensions
]
++ lib.optionals (pythonOlder "3.9") [
importlib-resources
pkgutil-resolve-name
]
);
propagatedBuildInputs = with self; [
attrs
pyrsistent
];
});
};
};