python3Packages.signalslot: remove outdated workaround

This commit is contained in:
Harinn
2026-07-14 15:34:05 +07:00
parent 0db60be2d3
commit 5d683e49fc
@@ -37,10 +37,6 @@ buildPythonPackage (finalAttrs: {
six
];
pythonRemoveDeps = [
"weakrefmethod" # needed until https://github.com/Numergy/signalslot/pull/17
];
nativeCheckInputs = [
eventlet
mock