From 3115cf77ae970ca5804eee5d0a2cc32665438659 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 8 Oct 2020 09:25:54 +0200 Subject: Missing dependency in the README --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8bcc251..104b40a 100644 --- a/README.rst +++ b/README.rst @@ -36,12 +36,14 @@ dependencies: * xapian_ * `ruamel.yaml `_ * `jinja2 `_ +* `dateutil `_ * `GitPython `_ optional, to add git support. Under debian (and derivatives), the packages to install are:: - apt install python3-jinja2 python3-ruamel.yaml python3-xapian python3-git + apt install python3-jinja2 python3-ruamel.yaml python3-xapian \ + python3-dateutil python3-git lesana can be run in place from the git checkout / extracted tarball; to use ``setup.py`` you will also need setuptools (e.g. from the -- cgit v1.2.3