python3Packages.chipwhisperer: mark broken

The package requires (the unsupported) NumPy 1.26.4, and using relaxed deps causes test and functionality errors. Hopefully, once upstream migrates to NumPy 2.0, this can be re-packaged.
This commit is contained in:
Krishnan Shankar
2026-04-28 19:19:16 -05:00
parent e08e7758ce
commit 67910025b0
@@ -4,7 +4,6 @@
fetchFromGitHub,
# build
pythonAtLeast,
setuptools,
setuptools-scm,
cython,
@@ -15,7 +14,6 @@
ecpy,
fastdtw,
libusb1,
numpy,
pyserial,
tqdm,
@@ -108,5 +106,6 @@ buildPythonPackage rec {
changelog = "https://github.com/newaetech/chipwhisperer/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.krishnans2006 ];
broken = true; # Requires NumPy 1.26.4 (unsupported by nixpkgs)
};
}