xandikos: replace prometheus-client with aiohttp-openmetrics

see d5da74ad09
This commit is contained in:
schnusch 2023-09-05 23:38:47 +02:00
parent 481363f9a8
commit b52d40b867

View file

@ -17,12 +17,12 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
aiohttp
aiohttp-openmetrics
dulwich
defusedxml
icalendar
jinja2
multidict
prometheus-client
];
passthru.tests.xandikos = nixosTests.xandikos;