tt-burnin: remove pyluwen dependency relaxation

This commit is contained in:
mert-kurttutan
2026-06-06 11:41:09 +03:00
parent aa751c512f
commit 2dc8368de4
-5
View File
@@ -16,11 +16,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
hash = "sha256-NI32BerBCuMMulB2fsseeoWI50iklpNqMyTs4BArl2A=";
};
# Remove when https://github.com/NixOS/nixpkgs/pull/444714 is merged
pythonRelaxDeps = [
"pyluwen"
];
build-system = with python3Packages; [
setuptools
setuptools-scm