ledfx: add openrgb-python
This commit is contained in:
parent
1958303754
commit
9faaa2a3e2
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ python3.pkgs.buildPythonPackage rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace '"openrgb-python~=0.2.10",' "" \
|
|
||||||
--replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
|
--replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
|
||||||
--replace '"sentry-sdk==1.14.0",' "" \
|
--replace '"sentry-sdk==1.14.0",' "" \
|
||||||
--replace "~=" ">="
|
--replace "~=" ">="
|
||||||
|
@ -31,7 +30,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||||
icmplib
|
icmplib
|
||||||
multidict
|
multidict
|
||||||
numpy
|
numpy
|
||||||
# openrgb-python # not packaged
|
openrgb-python
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
pillow
|
pillow
|
||||||
psutil
|
psutil
|
||||||
|
|
Loading…
Reference in a new issue