python312Pacakges.bc-python-hcl2: drop (py)nose dependency

This commit is contained in:
Martin Weinelt 2024-07-09 01:08:16 +02:00
parent 61bcf5240c
commit 4749b5d70b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
lark,
pynose,
pythonOlder,
setuptools,
}:
@ -20,11 +19,7 @@ buildPythonPackage rec {
hash = "sha256-rI/1n7m9Q36im4mn18UH/QoelXhFuumurGnyiSuNaB4=";
};
# Nose is required during build process, so can not use `nativeCheckInputs`.
buildInputs = [
pynose
setuptools
];
build-system = [ setuptools ];
dependencies = [ lark ];