xandikos: replace prometheus-client with aiohttp-openmetrics

see https://github.com/jelmer/xandikos/commit/d5da74ad098b6fc42462a1c3974c229dcb7a35de
This commit is contained in:
schnusch
2023-09-09 00:14:20 +02:00
parent 481363f9a8
commit b52d40b867
+1 -1
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;