mitmdump: use systemd-python after systemd got deprecated

This commit is contained in:
ibizaman 2026-01-12 10:17:16 +01:00 committed by Pierre Penninckx
parent 6ebd3204c9
commit f39f0bd9bf
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ let
p = pkgs.python3Packages;
in
[
p.systemd
p.systemd-python
p.mitmproxy
];
flakeIgnore = [ "E501" ];

View file

@ -10,7 +10,7 @@ let
lib.getExe (
pkgs.writers.writePython3Bin "serve"
{
libraries = [ pkgs.python3Packages.systemd ];
libraries = [ pkgs.python3Packages.systemd-python ];
}
(
let