1 { lib, fetchPypi, buildPythonPackage, lzo, pytestCheckHook, setuptools, wheel }:
3 buildPythonPackage rec {
10 hash = "sha256-pXqqAMXDoFFd2fdCa6LPYBdn3BncAj2LmdShOwoye0k=";
18 buildInputs = [ lzo ];
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [
27 homepage = "https://github.com/jd-boyd/python-lzo";
28 description = "Python bindings for the LZO data compression library";
29 license = licenses.gpl2Only;
30 maintainers = [ maintainers.jbedo ];