python312Packages.uptime-kuma-api: unbreak with missing dependency

This commit is contained in:
Peder Bergebakken Sundt 2024-04-18 00:01:34 +02:00
parent 7d53f3813e
commit 2d37079853
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, packaging
, python-socketio
, pythonOlder
}:
@ -19,6 +20,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
packaging
python-socketio
python-socketio.optional-dependencies.client
];