~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/developers.rst

  • Committer: Olivier Tilloy
  • Date: 2011-08-03 06:57:19 UTC
  • mfrom: (358.1.3 timezones)
  • Revision ID: olivier@tilloy.net-20110803065719-cjwhptodhu0e3i6y
Fix timezone formatting when writing IPTC and XMP tags.
This introduces an optional dependency on python-tz in unit tests.

Original patch by Petri Damstén, thanks Petri!

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
  python-all-dev libboost-python-dev libexiv2-dev scons
54
54
 
 
55
Some unit tests have a dependency on
 
56
`python-tz <http://pytz.sourceforge.net/>`_.
 
57
This dependency is optional: the corresponding tests will be skipped if it is
 
58
not present on the system.
 
59
 
55
60
Additionally, if you want to cross-compile pyexiv2 for Windows and generate a
56
61
Windows installer, you will need the following dependencies:
57
62