ledfx: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 00:59:06 +02:00
parent e42aeeaa28
commit f7239c6227
1 changed files with 5 additions and 2 deletions

View File

@ -20,13 +20,16 @@ python3.pkgs.buildPythonPackage rec {
"rpi-ws281x"
];
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
cython
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
aiohttp
aiohttp-cors
aubio