diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-09-19 22:46:24 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-09-19 22:46:24 +0200 |
commit | 9096f80b4fd5fca506cca77dfe8ab3a2900daa52 (patch) | |
tree | bdba0986e7358d6043b6ddfa5d269c0ca7771542 /todo | |
parent | 14b12d3a0c3dc26c35eae7b4a0d9726790262954 (diff) | |
download | pyexiv2-9096f80b4fd5fca506cca77dfe8ab3a2900daa52.tar.gz |
Updated the TODO list: using pkg-config does not make really sense as it adds a lot of complexity to the SConsctruct script and a dependency (on pkg-config itself), and boost_python does not seem to have a *.pc file anyway.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,5 +6,3 @@ todo list - Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2 - Write a complete documentation for the binding and it uses - Write unit tests (http://docs.python.org/lib/module-unittest.html) -- Use pkgconfig with scons in order to check the dependencies before compiling (http://www.scons.org/wiki/UsingPkgConfig) - |