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:
Jennifer Graul 2024-10-25 16:13:33 +02:00
parent a3ce0453d9
commit d19586fd62
No known key found for this signature in database
GPG Key ID: C665F6EC9D4634F8

View File

@ -53,6 +53,7 @@ in phpPackage.buildComposerProject rec {
(python3.withPackages (ps: with ps; [
pymysql
python-dotenv
python-memcached
redis
setuptools
psutil