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:
@@ -47,7 +47,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
patches = [ ./display.patch ];
|
patches = [ ./display.patch ];
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ curl numpy scipy pillow
|
propagatedBuildInputs = with pythonPackages; [ curl numpy scipy pillow
|
||||||
matplotlib beautifulsoup4 pygtk ];
|
matplotlib beautifulsoup4 pygtk lxml ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user