10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
18 inherit pname version;
19 hash = "sha256-NYBaCXBmuTziT0WYEqrW10HRmRy3jpjH3YWQh5Y/TdQ=";
22 pythonRelaxDeps = [ "smbus2" ];
24 build-system = [ poetry-core ];
26 dependencies = [ smbus2 ];
32 # pythonImportsCheck = [ "lcd_i2c" ];
35 description = "Library for interacting with an I2C LCD screen through Python";
36 homepage = "https://pypi.org/project/lcd-i2c/";
37 license = licenses.mit;
38 maintainers = with maintainers; [ oliver-koss ];
39 mainProgram = "lcd-i2c";