From 8f082113a8b8f1301c2313614cd0c4a36042e970 Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Tue, 27 Aug 2024 21:02:08 +0200 Subject: [PATCH] changedetection-io: add python dependency elementpath Required for xPath matching --- pkgs/servers/web-apps/changedetection-io/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix index 55d27b196362..3ddc34fd95a3 100644 --- a/pkgs/servers/web-apps/changedetection-io/default.nix +++ b/pkgs/servers/web-apps/changedetection-io/default.nix @@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec { chardet cryptography dnspython + elementpath eventlet feedgen flask