python3Packages.semaphore-bot: unbreak, add missing dep

https://hydra.nixos.org/build/305654842
This commit is contained in:
Peder Bergebakken Sundt
2025-09-03 16:50:42 +02:00
parent 1b9796c9aa
commit 4e61af8c5f
@@ -21,7 +21,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"anyio"
"attrs"
"python-dateutil"
"python_dateutil"
];
build-system = [ setuptools ];