Skip to content
Snippets Groups Projects
Commit 998fb36a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Depends, indirectly, on bob::io

parent bdf725d2
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ from xbob.blitz.extension import Extension ...@@ -12,7 +12,7 @@ from xbob.blitz.extension import Extension
import xbob.io import xbob.io
version = '2.0.0a0' version = '2.0.0a0'
packages = ['boost', 'opencv>=2.0'] packages = ['boost', 'opencv>=2.0', 'bob-io>=1.2.2']
include_dirs = [xbob.io.get_include()] include_dirs = [xbob.io.get_include()]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment