librenms: add python-memcached to python-env
LibreNMS seems to need python-memcached since 24.9 for distributed pollers. This commit adds it to its python-env.
This commit is contained in:
parent
a3ce0453d9
commit
d19586fd62
@ -53,6 +53,7 @@ in phpPackage.buildComposerProject rec {
|
||||
(python3.withPackages (ps: with ps; [
|
||||
pymysql
|
||||
python-dotenv
|
||||
python-memcached
|
||||
redis
|
||||
setuptools
|
||||
psutil
|
||||
|
Loading…
Reference in New Issue
Block a user