aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2011-08-03 08:53:39 +0200
committerOlivier Tilloy <olivier@tilloy.net>2011-08-03 08:53:39 +0200
commit3436574cc3cfa3a19931ae87a3d5cd160462ac51 (patch)
tree8d92a703a619824b51a4e3f22e698e7b91247088
parenta5322e761aebfe0012251c499cc862f8c1a21db9 (diff)
downloadpyexiv2-3436574cc3cfa3a19931ae87a3d5cd160462ac51.tar.gz
Updated developers documentation to mention the optional dependency of some unit tests on python-tz.
-rw-r--r--doc/developers.rst5
1 files changed, 5 insertions, 0 deletions
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 <http://pytz.sourceforge.net/>`_.
+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: