dt-schema: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user