python3Packages.semaphore-bot: unbreak, add missing dep (#439881)

This commit is contained in:
Nick Cao
2025-09-04 16:55:44 -04:00
committed by GitHub
@@ -21,7 +21,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"anyio"
"attrs"
"python-dateutil"
"python_dateutil"
];
build-system = [ setuptools ];