pgadmin4: fix service start issue

systemd service unit currently fails with requiring `pkg_resources` to
be available
This commit is contained in:
André Vitor de Lima Matos
2024-11-02 08:19:37 -03:00
parent ff617950b1
commit 4a1d5d1e4e
+1
View File
@@ -205,6 +205,7 @@ pythonPackages.buildPythonApplication rec {
rich
jsonformatter
libgravatar
setuptools
];
passthru.tests = {