1 { lib, fetchPypi, buildPythonPackage, lzo, nose }:
3 buildPythonPackage rec {
9 sha256 = "0iakqgd51n1cd7r3lpdylm2rgbmd16y74cra9kcapwg84mlf9a4p";
12 buildInputs = [ lzo ];
13 propagatedBuildInputs = [ ];
14 checkInputs = [ nose ];
17 homepage = "https://github.com/jd-boyd/python-lzo";
18 description = "Python bindings for the LZO data compression library";
19 license = licenses.gpl2;
20 maintainers = [ maintainers.jbedo ];