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:05:44 -03:00
parent ff617950b1
commit 4a1d5d1e4e
No known key found for this signature in database
GPG Key ID: A48A6B2DBAC1EC29

View File

@ -205,6 +205,7 @@ pythonPackages.buildPythonApplication rec {
rich
jsonformatter
libgravatar
setuptools
];
passthru.tests = {