python3Packages.chipwhisperer: minor cleanup

This commit is contained in:
Sandro
2025-11-06 16:51:32 +01:00
committed by GitHub
parent d15ccc471e
commit 70285b8aaa
@@ -43,8 +43,6 @@ buildPythonPackage rec {
hash = "sha256-C7QP044QEP7vmz1lMseLtMTYoKn5SoFV/q9URY7yQ6I=";
};
# Build
pyproject = true;
build-system = [
@@ -70,8 +68,6 @@ buildPythonPackage rec {
tqdm
];
# Install
nativeInstallCheckInputs = [
udevCheckHook
];
@@ -90,8 +86,6 @@ buildPythonPackage rec {
EOF
'';
# Check
pythonImportsCheck = [ "chipwhisperer" ];
nativeCheckInputs = [