python3Packages.amaranth: remove superfluous pythonOlder
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
pdm-backend,
|
||||
jschon,
|
||||
pyvcd,
|
||||
jinja2,
|
||||
importlib-resources,
|
||||
importlib-metadata,
|
||||
git,
|
||||
|
||||
# for tests
|
||||
@@ -43,9 +40,7 @@ buildPythonPackage rec {
|
||||
jschon
|
||||
jinja2
|
||||
pyvcd
|
||||
]
|
||||
++ lib.optional (pythonOlder "3.9") importlib-resources
|
||||
++ lib.optional (pythonOlder "3.8") importlib-metadata;
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user