From 3436574cc3cfa3a19931ae87a3d5cd160462ac51 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Wed, 3 Aug 2011 08:53:39 +0200 Subject: Updated developers documentation to mention the optional dependency of some unit tests on python-tz. --- doc/developers.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/developers.rst b/doc/developers.rst index 03131a6..c6eb15c 100644 --- a/doc/developers.rst +++ b/doc/developers.rst @@ -52,6 +52,11 @@ A typical list of packages to install on a Debian/Ubuntu system is:: python-all-dev libboost-python-dev libexiv2-dev scons +Some unit tests have a dependency on +`python-tz `_. +This dependency is optional: the corresponding tests will be skipped if it is +not present on the system. + Additionally, if you want to cross-compile pyexiv2 for Windows and generate a Windows installer, you will need the following dependencies: -- cgit