ocropus: it was still missing a package: lxml
Now "./run-tests" passes. But it can't be run without DISPLAY, so I don't run it in the builder.
This commit is contained in:
parent
caa9007e84
commit
9df4bb9d67
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
patches = [ ./display.patch ];
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ curl numpy scipy pillow
|
||||
matplotlib beautifulsoup4 pygtk ];
|
||||
matplotlib beautifulsoup4 pygtk lxml ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue