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:
parent
0c457cb348
commit
b7f54d4ffa
@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
vobject
|
vobject
|
||||||
python-dateutil
|
python-dateutil
|
||||||
passlib
|
passlib
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [
|
checkInputs = with python3.pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user