ledfx: add openrgb-python

This commit is contained in:
Fabian Affolter 2023-06-30 22:11:54 +02:00
parent 1958303754
commit 9faaa2a3e2

View file

@ -15,7 +15,6 @@ python3.pkgs.buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace '"openrgb-python~=0.2.10",' "" \
--replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
--replace '"sentry-sdk==1.14.0",' "" \
--replace "~=" ">="
@ -31,7 +30,7 @@ python3.pkgs.buildPythonPackage rec {
icmplib
multidict
numpy
# openrgb-python # not packaged
openrgb-python
paho-mqtt
pillow
psutil