radicale: Fix runtime

Needed pkg_resources module, which apparently comes from setuptools
according to https://stackoverflow.com/a/10538412/6605742
This commit is contained in:
Silvan Mosberger 2019-09-14 00:56:19 +02:00
parent 0c457cb348
commit b7f54d4ffa
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
vobject
python-dateutil
passlib
setuptools
];
checkInputs = with python3.pkgs; [