python3Packages.chipwhisperer: minor cleanup
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user