mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
ledfx: add python-{mbedtls,osc} dependency
This commit is contained in:
parent
3c99c6c993
commit
2123ab85ed
@ -16,7 +16,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
|
||||
--replace '"sentry-sdk==1.14.0",' "" \
|
||||
--replace '"sentry-sdk==1.14.0",' "sentry-sdk" \
|
||||
--replace "~=" ">="
|
||||
'';
|
||||
|
||||
@ -40,6 +40,8 @@ python3.pkgs.buildPythonPackage rec {
|
||||
psutil
|
||||
pyserial
|
||||
pystray
|
||||
python-mbedtls
|
||||
python-osc
|
||||
python-rtmidi
|
||||
# rpi-ws281x # not packaged
|
||||
requests
|
||||
|
Loading…
Reference in New Issue
Block a user